oscar64: 1.32.266 -> 1.32.267

This commit is contained in:
R. Ryantm
2026-02-08 10:17:05 +00:00
parent 2395e9d238
commit ce30f2b0c7
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "oscar64";
version = "1.32.266";
version = "1.32.267";
src = fetchFromGitHub {
owner = "drmortalwombat";
repo = "oscar64";
tag = "v${finalAttrs.version}";
hash = "sha256-udbVRdGIGv3jgeh1cKp7MhSDxNs56FlqEbpzgfWcieE=";
hash = "sha256-SxjR+HAUJrjBPCn5doEx+6lzUikG55/KgiV/e3Vg/tQ=";
};
postPatch = ''