Skip to content

Commit

Permalink
nomacs: 3.17.2295 -> 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 10, 2024
1 parent 655a58a commit 71448bf
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 71448bf

Please sign in to comment.