mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
0011e576fb
commit
3173592f44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue