oscar64: 1.32.272 -> 1.32.273 (#555810)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-25 01:26:32 +00:00
committed by GitHub

View File

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