tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
werf: 2.47.4 -> 2.47.5
R. Ryantm
4 months ago
2ac78375
2296a312
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
we
werf
package.nix
+3
-3
pkgs/by-name/we/werf/package.nix
···
10
10
}:
11
11
buildGoModule (finalAttrs: {
12
12
pname = "werf";
13
13
-
version = "2.47.4";
13
13
+
version = "2.47.5";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "werf";
17
17
repo = "werf";
18
18
tag = "v${finalAttrs.version}";
19
19
-
hash = "sha256-V/RwHwPp1THlzFdMts5qt4Ueqcoxx932eMqgF6yiZpM=";
19
19
+
hash = "sha256-rr0jHeAz8gcKj1rUzL8BoDFvuVrZF1+3I7ruKIvt8Rw=";
20
20
};
21
21
22
22
proxyVendor = true;
23
23
-
vendorHash = "sha256-kFaXOvJBp/QU0N2Jwq450G48O2GYgC2Pc+2bGK9rJ9g=";
23
23
+
vendorHash = "sha256-dULy4iLpp+wlvk8gdzLQTJ6reRI1YQ8//+EU7/U/Xkw=";
24
24
25
25
subPackages = [ "cmd/werf" ];
26
26