Merge pull request #121003 from r-ryantm/auto-update/galene

galene: 0.3 -> 0.3.3

authored by Sandro and committed by GitHub 620342de fefb0741

+3 -3
+3 -3
pkgs/servers/web-apps/galene/default.nix
··· 2 3 buildGoModule rec { 4 pname = "galene"; 5 - version = "0.3"; 6 7 src = fetchFromGitHub { 8 owner = "jech"; 9 repo = "galene"; 10 rev = "galene-${version}"; 11 - sha256 = "1pl3mnkmfqykhq55q36kvvnvn9fgsk72pfa7nii3hywzad0bj0ar"; 12 }; 13 14 - vendorSha256 = "0jrc6y5chkj25bnpzn6blvfb0vd09h6fdcz75g54605z8nqd397p"; 15 16 outputs = [ "out" "static" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "galene"; 5 + version = "0.3.3"; 6 7 src = fetchFromGitHub { 8 owner = "jech"; 9 repo = "galene"; 10 rev = "galene-${version}"; 11 + sha256 = "sha256-8CgNMI7zOeDxrnmQNDM61Bgpw+N0sc7HR9c+YsQTO5I="; 12 }; 13 14 + vendorSha256 = "sha256-qOHuZGMr0CPwy/DuuWYCDSe24Y6ivg1uQJGXCuKGV/M="; 15 16 outputs = [ "out" "static" ]; 17