mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Fix release download version
This commit is contained in:
parent
28c8cecba5
commit
8b3be6260b
@ -3,7 +3,7 @@ with nixpkgs;
|
|||||||
nixpkgs.stdenv.mkDerivation rec {
|
nixpkgs.stdenv.mkDerivation rec {
|
||||||
name = "kitchen";
|
name = "kitchen";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zaphar/kitchen/releases/download/v0.1.0/kitchen-linux";
|
url = "https://github.com/zaphar/kitchen/releases/download/v0.2.0-nix/kitchen-linux";
|
||||||
sha256 = "1f1lxw893r6afgkhizvhm4pg20qfw3kwf9kbzmkbcw0d21qsd9z2";
|
sha256 = "1f1lxw893r6afgkhizvhm4pg20qfw3kwf9kbzmkbcw0d21qsd9z2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user