From 8b3be6260b039a50a23ed56ae7636e3145326b10 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 19 Feb 2022 18:23:36 -0500 Subject: [PATCH] Fix release download version --- kitchen.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen.nix b/kitchen.nix index 7c70f82..e437349 100644 --- a/kitchen.nix +++ b/kitchen.nix @@ -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"; };