Skip to content

Commit 987a75d

Browse files
committed
1 parent ab6998e commit 987a75d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ag/agebox/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGo123Module rec {
1010
pname = "agebox";
11-
version = "0.7.1";
11+
version = "0.7.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "slok";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-RtFa7k+tw0hyf7bYm51aIxptaD4uOH6/3WDjeoWEEKA=";
17+
hash = "sha256-QH0kkquLnB00oKuwb5j2ZoAKPnZkSHJRGaq3RXO5ggg=";
1818
};
1919

20-
vendorHash = "sha256-57YbYDvRYOzQATEFpAuGzQzOYNY8n5LUrcu8jhjSiNI=";
20+
vendorHash = "sha256-s3LZgQpUF0t9ETNloJux4gXXSn5Kg+pcuhJSMfWWnSo=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)