scheherazade-new: 3.300 → 4.000

This commit is contained in:
Vincent Laporte 2023-07-24 06:59:08 +02:00 committed by Vincent Laporte
parent f284cb3937
commit b0f41a7c3a

View File

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