rabbitvcs: fix src hash

Fails to build on hydra due a src hash mismatch.
This commit is contained in:
Martin Weinelt 2022-07-16 20:10:53 +02:00
parent 21401039ae
commit 9a7c421c2d

View File

@ -9,7 +9,7 @@ python3Packages.buildPythonApplication rec {
owner = "rabbitvcs";
repo = "rabbitvcs";
rev = "v${version}";
sha256 = "01cr16zf3gzsci1hhfli79m34fcx5m1pvswl16rkxxn212yc9fhy";
hash = "sha256-gVrdf8vQWAGORZqlTS/axs4U7aZlS8OAgPM3iKgqAtM=";
};
buildInputs = [ gtk3 ];