sirit: 1.0.4 -> 1.0.5 (#503615)

This commit is contained in:
Nick Cao
2026-03-26 19:42:18 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sirit";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "eden-emulator";
repo = "sirit";
tag = "v${finalAttrs.version}";
hash = "sha256-ThyUaoVmnYz9eQ1a19BbLhqfOpPxRjSovBl2wvlfRoI=";
hash = "sha256-eiuAdnPBJAMCRbkwJkqjyaskBCa2/Cm0F3gqFwe3ePg=";
};
nativeBuildInputs = [