diff options
| author | nixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com> | 2025-02-24 13:39:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 13:39:05 +0000 |
| commit | b07c16e4e9bdafce7539d218fef9f18898dcb6b9 (patch) | |
| tree | f90b0a5714c1b127d58cdf945e4ebd0c665c8a87 | |
| parent | melange: 0.19.3 -> 0.20.0 (#382479) (diff) | |
| parent | notation: 1.3.0 -> 1.3.1 (diff) | |
| download | nixpkgs-b07c16e4e9bdafce7539d218fef9f18898dcb6b9.tar.gz | |
notation: 1.3.0 -> 1.3.1 (#384698)
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
| -rw-r--r-- | pkgs/by-name/no/notation/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/no/notation/package.nix b/pkgs/by-name/no/notation/package.nix index d77aa5534307..cbc5eaa21dc0 100644 --- a/pkgs/by-name/no/notation/package.nix +++ b/pkgs/by-name/no/notation/package.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "notation"; - version = "1.3.0"; + version = "1.3.1"; src = fetchFromGitHub { owner = "notaryproject"; repo = pname; rev = "v${version}"; - hash = "sha256-gLhvXDD6hFnQw7Q9wq/9S4heB921Hjj+rPI7yhsg9SE="; + hash = "sha256-KxxksliL2ZxbvwbLKB81Lhpvjab9nm4o3QBT2CVFwDw="; }; - vendorHash = "sha256-CqvRTHnEZTaSSHx3g6yx1yMdI3YbdWsGo9hsnXdIuUs="; + vendorHash = "sha256-Mjuw0J5ITLcTWbCUYKLBDrK84wrN7KC05dn0+eBqb9s="; nativeBuildInputs = [ installShellFiles |
