scheherazade-new: 4.000 → 4.300
This commit is contained in:
parent
cf99465f46
commit
e22a765605
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user