Skip to content

Commit

Permalink
Merge pull request NixOS#325977 from r-ryantm/auto-update/nomacs
Browse files Browse the repository at this point in the history
nomacs: 3.17.2295 -> 3.19.0
  • Loading branch information
Mindavi committed Jul 11, 2024
2 parents 9da3a02 + 71448bf commit 11e58c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/no/nomacs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "nomacs";
version = "3.17.2295";
version = "3.19.0";

src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = finalAttrs.version;
fetchSubmodules = false; # We'll use our own
hash = "sha256-jHr7J0X1v2n/ZK0y3b/XPDISk7e08VWS6nicJU4fKKY=";
hash = "sha256-lpmM2GfMDlIp1vnbHMaOdicFcKH6LwEoKSETMt7C1NY=";
};

outputs = [ "out" ]
Expand Down

0 comments on commit 11e58c3

Please sign in to comment.