From 3173592f44e20eb9383071ccdb49a8f56d40b3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 27 Jul 2022 08:45:53 +0200 Subject: [PATCH] kanboard: fix source hash When auto-updating in commit 258a05b427, both bots succeeded, but a couple days later on Hydra the hash always differed already. https://github.com/NixOS/nixpkgs/pull/159913 https://hydra.nixos.org/build/167559708 I assume that the upstream modified their tag soon after release. --- pkgs/applications/misc/kanboard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/kanboard/default.nix b/pkgs/applications/misc/kanboard/default.nix index c67a64df50e0..26500ead5a23 100644 --- a/pkgs/applications/misc/kanboard/default.nix +++ b/pkgs/applications/misc/kanboard/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { owner = "kanboard"; repo = "kanboard"; rev = "v${version}"; - sha256 = "sha256-pLxCm+T9jdn0FFqbTFe1tsIPTaVTT+QDeLHDxrbpGBg="; + sha256 = "sha256-WG2lTPpRG9KQpRdb+cS7CqF4ZDV7JZ8XtNqAI6eVzm0="; }; dontBuild = true;