oscar: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm
2026-02-27 08:26:37 +00:00
parent bde6ce623f
commit 627f14917d
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "oscar";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitLab {
owner = "CrimsonNape";
repo = "OSCAR-code";
rev = "v${finalAttrs.version}";
hash = "sha256-4ekhhzX//u/UFrqIriPmhxdjEGJ1LXczZU2ZCmC+Uvo=";
hash = "sha256-cOhbWihTHGkBxiMGZhBZ3ejo8kOxlWDctun3Mz5h7AQ=";
};
buildInputs = [