nomacs: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm
2024-10-15 17:24:52 +00:00
parent c2bdda7b60
commit 1b8384bdcf
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nomacs";
version = "3.19.0";
version = "3.19.1";
src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = finalAttrs.version;
fetchSubmodules = false; # We'll use our own
hash = "sha256-lpmM2GfMDlIp1vnbHMaOdicFcKH6LwEoKSETMt7C1NY=";
hash = "sha256-NRwZ/ShJaLCMFv7QdfRoJY5zQFo18cAVWGRpS3ap3Rw=";
};
outputs = [ "out" ]