rabbitvcs: fix src hash
Fails to build on hydra due a src hash mismatch.
This commit is contained in:
parent
21401039ae
commit
9a7c421c2d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python3Packages.buildPythonApplication rec {
|
|||
owner = "rabbitvcs";
|
||||
repo = "rabbitvcs";
|
||||
rev = "v${version}";
|
||||
sha256 = "01cr16zf3gzsci1hhfli79m34fcx5m1pvswl16rkxxn212yc9fhy";
|
||||
hash = "sha256-gVrdf8vQWAGORZqlTS/axs4U7aZlS8OAgPM3iKgqAtM=";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk3 ];
|
||||
|
|
Loading…
Reference in a new issue