Skip to content

Commit

Permalink
gitify: 5.16.1 -> 5.17.0 (#367309)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 22, 2024
2 parents 9e1ab01 + ce61fe7 commit ae8c150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gitify/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gitify";
version = "5.16.1";
version = "5.17.0";

src = fetchFromGitHub {
owner = "gitify-app";
repo = "gitify";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-mTe3Nl0ZxUfzS06oETOh/gdcjVWeXSoyXmvKKHJ2rVw=";
hash = "sha256-l89CXfARLBNS6MMq54gM63y5FqeHdMXDBt52znir+/A=";
};

nativeBuildInputs = [
Expand All @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-xgS7MaiILErKHCSI/f2lQif8Hf3RPQEC/DGGGmOBRzk=";
hash = "sha256-I78AvOBdDd59eVJJ51xxNwVvMnNvLdJJpFEtE/I1H8U=";
};

env.ELECTRON_SKIP_BINARY_DOWNLOAD = 1;
Expand Down

0 comments on commit ae8c150

Please sign in to comment.