revive: 1.5.1 -> 1.6.0 (#376306)

authored by Weijia Wang and committed by GitHub 45511cc8 861c96ab

+3 -3
+3 -3
pkgs/by-name/re/revive/package.nix
··· 2 3 buildGoModule rec { 4 pname = "revive"; 5 - version = "1.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "mgechev"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-8vUtnViEFXdzKzsJxKzO4zbmKgU952EEencR7drjwAo="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 18 rm -rf $out/.git 19 ''; 20 }; 21 - vendorHash = "sha256-DDpoi/OHGBjb/vhDklvYebJU2pBUr7s36/czZVGaR1A="; 22 23 ldflags = [ 24 "-s"
··· 2 3 buildGoModule rec { 4 pname = "revive"; 5 + version = "1.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "mgechev"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-MiD5b5cLUY+ORrHtyqynM/kdFKIHb/4CMWd6Dq+6TcY="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 18 rm -rf $out/.git 19 ''; 20 }; 21 + vendorHash = "sha256-KFLnc7PFKbZ8VOUOx0EnRLyMYQzZVFZphDhk2KNRiIc="; 22 23 ldflags = [ 24 "-s"