scheherazade-new: 4.000 → 4.300

This commit is contained in:
Vincent Laporte 2024-11-26 21:56:25 +01:00 committed by Vincent Laporte
parent cf99465f46
commit e22a765605

View File

@ -1,4 +1,4 @@
{ lib, stdenvNoCC, fetchzip, version ? "4.000" }:
{ lib, stdenvNoCC, fetchzip, version ? "4.300" }:
let
new = lib.versionAtLeast version "3.000";
@ -6,6 +6,7 @@ let
"2.100" = "sha256-d2UyOOOnmE1afCwyIrM1bL3lQC7XRwh03hzetk/4V30=";
"3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY=";
"4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE=";
"4.300" = "sha256-djUZyBJaX6cFG4SYn+HIldNhRQ4Hg+Jt3uDfYzo9H5o=";
}."${version}";
pname = "scheherazade${lib.optionalString new "-new"}";
in