Skip to content

Commit fc430b0

Browse files
wrtag: 0.18.0 -> 0.19.0 (NixOS#450585)
2 parents 13e8012 + 34d8bf3 commit fc430b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/wr/wrtag/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
}:
99
buildGoModule (finalAttrs: {
1010
pname = "wrtag";
11-
version = "0.18.0";
11+
version = "0.19.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "sentriz";
1515
repo = "wrtag";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-XQyvm4nFMLuIIBhlqI/tiqjEDnMDHQas5lg5SN+1ENU=";
17+
hash = "sha256-u5mLd9C1yphfCtFOKUypuswLvNzkwzRKYfPpbOAOVcQ=";
1818
};
1919

20-
vendorHash = "sha256-bqqt/p4wzYpz/nkM9ZgzVYHo/I5bUkG/pvY6irx6Z+w=";
20+
vendorHash = "sha256-CevWYD93fdt7MmWZjBKGR3+isOzWzAo5c8X55qG8/2A=";
2121

2222
nativeBuildInputs = [ installShellFiles ];
2323

0 commit comments

Comments
 (0)