Fix release download version

This commit is contained in:
Jeremy Wall 2022-02-19 18:23:36 -05:00
parent 28c8cecba5
commit 8b3be6260b

View File

@ -3,7 +3,7 @@ with nixpkgs;
nixpkgs.stdenv.mkDerivation rec {
name = "kitchen";
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";
};