argocd: 3.1.1 -> 3.1.6 (#444726)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 21be2a6a 22243490

+3 -3
+3 -3
pkgs/by-name/ar/argocd/package.nix
··· 13 14 buildGoModule rec { 15 pname = "argocd"; 16 - version = "3.1.1"; 17 18 src = fetchFromGitHub { 19 owner = "argoproj"; 20 repo = "argo-cd"; 21 rev = "v${version}"; 22 - hash = "sha256-+StoJfRlWOnXBAt+D9cxaAc9gn9V4h9QWogtMPf3V+A="; 23 }; 24 25 ui = stdenv.mkDerivation { ··· 45 }; 46 47 proxyVendor = true; # darwin/linux hash mismatch 48 - vendorHash = "sha256-tYHA1WlziKWOvv3uF3tTSrvqDoHBVRhUnKZXOxT1rMk="; 49 50 # Set target as ./cmd per cli-local 51 # https://github.com/argoproj/argo-cd/blob/master/Makefile
··· 13 14 buildGoModule rec { 15 pname = "argocd"; 16 + version = "3.1.6"; 17 18 src = fetchFromGitHub { 19 owner = "argoproj"; 20 repo = "argo-cd"; 21 rev = "v${version}"; 22 + hash = "sha256-RdqMkyQBJaAJv660bCe+C84BFQNu06t3AaYSz4aMlBA="; 23 }; 24 25 ui = stdenv.mkDerivation { ··· 45 }; 46 47 proxyVendor = true; # darwin/linux hash mismatch 48 + vendorHash = "sha256-oI0N6V8enziJK21VCgQ4KUOWqbC5TcZd3QnWiTTeTHQ="; 49 50 # Set target as ./cmd per cli-local 51 # https://github.com/argoproj/argo-cd/blob/master/Makefile