nomacs: 3.19.0 -> 3.19.1 (#348841)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-17 12:31:45 +00:00 committed by GitHub
commit 2a55bdc8cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ]