pkgs/olympus: 2846 -> 4084
This commit is contained in:
parent
c1c2364796
commit
80000fd8d9
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
let
|
||||
olympus = stdenv.mkDerivation rec {
|
||||
pname = "olympus";
|
||||
version = "2846";
|
||||
version = "4084";
|
||||
|
||||
# https://everestapi.github.io/
|
||||
src = fetchzip {
|
||||
url = "https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds/${version}/artifacts?artifactName=linux.main&$format=zip#linux.main.zip";
|
||||
hash = "sha256-qz1pIuqiHb6cG/iH/sTgr08ajhIvjXpLa3clgDnmMnM=";
|
||||
hash = "sha256-tKnMF7+KlEuQ15pBwV31s+R27oDLiKTLXgqmlLAKMhM=";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue