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.
This commit is contained in:
Vladimír Čunát 2022-07-27 08:45:53 +02:00
parent 0011e576fb
commit 3173592f44
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;