zsnes 1.51 -> 2.0.12 https://repology.org/project/zsnes/versions attrpath: zsnes Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/emulators/zsnes/default.nix b/pkgs/applications/emulators/zsnes/default.nix index 1583777a058..40805fd63f8 100644 --- a/pkgs/applications/emulators/zsnes/default.nix +++ b/pkgs/applications/emulators/zsnes/default.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation { pname = "zsnes"; - version = "1.51"; + version = "2.0.12"; src = fetchFromGitHub { owner = "emillon"; repo = "zsnes"; rev = "fc160b2538738995f600f8405d23a66b070dac02"; - sha256 = "1gy79d5wdaacph0cc1amw7mqm7i0716n6mvav16p1svi26iz193v"; + sha256 = "sha256-e6TwoxFx63BN2GpXY004IJ6K6+FVBcYAvEypxktLx78="; }; buildInputs = [ nasm SDL zlib libpng ncurses libGLU libGL ]; Source url did not change.