mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
rabbitvcs: fix src hash
Fails to build on hydra due a src hash mismatch.
This commit is contained in:
parent
21401039ae
commit
9a7c421c2d
@ -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 New Issue
Block a user