lol

isle-portable: 0-unstable-2025-08-01 -> 0-unstable-2025-08-12 (#433396)

Co-authored-by: RossSmyth <RossSmyth@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
RossSmyth
and committed by
GitHub
25cc8cb8 b83d0fc3

+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-01"; 32 + version = "0-unstable-2025-08-12"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "isledecomp"; 36 36 repo = "isle-portable"; 37 - rev = "f2b6188d898256b041c9c3f843f4e12e3b465698"; 38 - hash = "sha256-ASLjeek5zRZG21ydqOsO3300KdIwFwVGYKo+pbrweUQ="; 37 + rev = "f4a28f27f9d4b0e3511a86170d5b626c86720841"; 38 + hash = "sha256-IZoX6yu4edA8JR4Q2qsIHeQ4ygW/av2QdPScqJbHUi4="; 39 39 fetchSubmodules = true; 40 40 }; 41 41