Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.11] agebox: 0.7.1 -> 0.7.2 #368080

Merged
merged 2 commits into from
Dec 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
agebox: 0.7.1 -> 0.7.2
Changes:
https://github.com/slok/agebox/releases/tag/v0.7.2
(cherry picked from commit 987a75d)
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Dec 25, 2024
commit e0c2cdb0640e26a766f0253f1d206305ec04b96a
6 changes: 3 additions & 3 deletions pkgs/by-name/ag/agebox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGo123Module rec {
pname = "agebox";
version = "0.7.1";
version = "0.7.2";

src = fetchFromGitHub {
owner = "slok";
repo = pname;
rev = "v${version}";
hash = "sha256-RtFa7k+tw0hyf7bYm51aIxptaD4uOH6/3WDjeoWEEKA=";
hash = "sha256-QH0kkquLnB00oKuwb5j2ZoAKPnZkSHJRGaq3RXO5ggg=";
};

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

ldflags = [
"-s"
Expand Down