mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #137769 from superherointj/package-argocd-2.1.2
This commit is contained in:
commit
761749ddca
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "argocd";
|
pname = "argocd";
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
commit = "57abbf95ed160c88b2634ec4d37df9555cc74fb3";
|
commit = "7af9dfb3524c13e941ab604e36e49a617fe47d2e";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "argoproj";
|
owner = "argoproj";
|
||||||
repo = "argo-cd";
|
repo = "argo-cd";
|
||||||
rev = tag;
|
rev = tag;
|
||||||
sha256 = "0jh7kh4751kb7439vbbh5f03kcy56phdcvzypjw8n0w239n5xmmc";
|
sha256 = "1pr48z1qhv7xxnllr00zz2v0ygxmq2hjdyk0j3zazflnqr2mc596";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-KtLEN66Q5WpCi+COId+gPu2XHcs5/D04rYLHV6XohzQ=";
|
vendorSha256 = "sha256-N45yRlBGZ/c9ve2YPcWA26pylV8hzxjPh6evKtkgnoc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ packr makeWrapper installShellFiles ];
|
nativeBuildInputs = [ packr makeWrapper installShellFiles ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user