rabbitvcs: fix src hash

Fails to build on hydra due a src hash mismatch.

+1 -1
+1 -1
pkgs/applications/version-management/rabbitvcs/default.nix
··· 9 owner = "rabbitvcs"; 10 repo = "rabbitvcs"; 11 rev = "v${version}"; 12 - sha256 = "01cr16zf3gzsci1hhfli79m34fcx5m1pvswl16rkxxn212yc9fhy"; 13 }; 14 15 buildInputs = [ gtk3 ];
··· 9 owner = "rabbitvcs"; 10 repo = "rabbitvcs"; 11 rev = "v${version}"; 12 + hash = "sha256-gVrdf8vQWAGORZqlTS/axs4U7aZlS8OAgPM3iKgqAtM="; 13 }; 14 15 buildInputs = [ gtk3 ];