3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #188605 from azahi/werf

werf: 1.2.164 -> 1.2.165
This commit is contained in:
superherointj 2022-08-28 10:49:58 -03:00 committed by GitHub
commit 26f8572ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.164";
version = "1.2.165";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-qRw3cH0UNg1PyNZfiVSAX0WJsPw17KNsJ1TnBlySI94=";
sha256 = "sha256-YL3hdWUmt6v58ObnVNhILtM/DSqNlFcaODhNxzPyF0o=";
};
vendorSha256 = "sha256-E5yDk48O7zze8QTeLQ999QmB8XLkpKNZ8JQ2wVRMGCU=";