mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
scheherazade-new: 3.100 → 3.200
This commit is contained in:
parent
82272021e2
commit
a4e46b26e9
@ -1,10 +1,10 @@
|
||||
{ lib, fetchzip, version ? "3.100" }:
|
||||
{ lib, fetchzip, version ? "3.200" }:
|
||||
|
||||
let
|
||||
new = lib.versionAtLeast version "3.000";
|
||||
sha256 = {
|
||||
"2.100" = "1g5f5f9gzamkq3kqyf7vbzvl4rdj3wmjf6chdrbxksrm3rnb926z";
|
||||
"3.100" = "0svnc7l3z3vvm27zx6msyx56n2fpv6ywb5lm75bym48slkccypn7";
|
||||
"3.200" = "0qvmpsn6ja3g2hlvq0vb9pjsyk6ibna7s3w3n6q7lnhk0rhjg8bv";
|
||||
}."${version}";
|
||||
|
||||
in fetchzip rec {
|
||||
|
Loading…
Reference in New Issue
Block a user