oscar64: 1.32.271 -> 1.32.272

This commit is contained in:
R. Ryantm
2026-06-04 04:40:25 +00:00
parent 0cc225cd89
commit 35263f7fe2

View File

@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "oscar64";
version = "1.32.271";
version = "1.32.272";
src = fetchFromGitHub {
owner = "drmortalwombat";
repo = "oscar64";
tag = "v${finalAttrs.version}";
hash = "sha256-dVLpzYiGZA2qP2jrSj9Ijc8lJP8kSyWO3pdpLJ2pHJg=";
hash = "sha256-u27aEnEKhzgVERqrnKrooqvSWdF1kS4GunEopUSv0NA=";
};
postPatch = ''