oscar64: 1.32.265 -> 1.32.266

This commit is contained in:
winston
2025-12-05 13:55:41 +01:00
parent 9173d2c9f9
commit 9dab6bd39b
+2 -11
View File
@@ -3,27 +3,18 @@
stdenv,
nix-update-script,
fetchFromGitHub,
fetchpatch2,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "oscar64";
version = "1.32.265";
version = "1.32.266";
src = fetchFromGitHub {
owner = "drmortalwombat";
repo = "oscar64";
tag = "v${finalAttrs.version}";
hash = "sha256-nPwebydRFHoIWp2sbfPaudKj/sPZRKamYdIuSVZ9dcc=";
hash = "sha256-udbVRdGIGv3jgeh1cKp7MhSDxNs56FlqEbpzgfWcieE=";
};
patches = [
(fetchpatch2 {
name = "fix-make-install.patch";
url = "https://github.com/drmortalwombat/oscar64/commit/af9e06a467be07422bc87058bebdef79e0a94ea1.patch?full_index=1";
hash = "sha256-YsbdYi+dwLQSGOT8krJsFqJxS0EpIiQqavQpH0nl7S0=";
})
];
postPatch = ''
substituteInPlace ./oscar64.1 \
--replace-fail "/usr/local/bin/oscar64" "$out/bin/oscar64" \