Skip to content

Commit

Permalink
[Backport release-24.11] agebox: 0.7.1 -> 0.7.2 (#368080)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Dec 26, 2024
2 parents c070f6e + be7d823 commit e84eed7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/by-name/ag/agebox/package.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
lib,
# Required based on 'go' directive in go.mod,
# remove when Go in nixpkgs defaults to 1.23 or later.
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:

buildGo123Module rec {
buildGoModule 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

0 comments on commit e84eed7

Please sign in to comment.