Merge pull request #113722 from rgrunbla/galene-03

galene: 0.2 -> 0.3 and bugfix of the associated module
This commit is contained in:
Sandro
2021-03-21 05:31:30 +01:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "galene";
version = "0.2";
version = "0.3";
src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
sha256 = "0hpgqqv8mp1d3sk7dk49m3yv0cv4afa0v3vdd4w8mdnx6pcqdgy1";
sha256 = "1pl3mnkmfqykhq55q36kvvnvn9fgsk72pfa7nii3hywzad0bj0ar";
};
vendorSha256 = "12b7andpzsgzmd56gg4gc5ilkxvjrpwpmwbdmygfzgkd5jncmcgp";
vendorSha256 = "0jrc6y5chkj25bnpzn6blvfb0vd09h6fdcz75g54605z8nqd397p";
outputs = [ "out" "static" ];