lol

isle-portable: 0-unstable-2025-08-21 -> 0-unstable-2025-09-12 (#442476)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
2d6368b8 7628ad65

+3 -3
+3 -3
pkgs/by-name/is/isle-portable/package.nix
··· 29 29 stdenv.mkDerivation (finalAttrs: { 30 30 strictDeps = true; 31 31 name = "isle-portable"; 32 - version = "0-unstable-2025-08-21"; 32 + version = "0-unstable-2025-09-12"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "isledecomp"; 36 36 repo = "isle-portable"; 37 - rev = "ef2eaf04bf09c8827139ad4c06cea24ea8ab6942"; 38 - hash = "sha256-rOF8DZck3TVvfP4Ho4hvlAZmhAhbGD+Q91yk/pvXv3o="; 37 + rev = "ec3c770c61a717e8da1006beeda384533e235f8c"; 38 + hash = "sha256-XzPHthUYSDj9gleq0Tnhe79xIU2X57ZqMzND53q8+sI="; 39 39 fetchSubmodules = true; 40 40 }; 41 41