Skip to content

Commit b07c16e

Browse files
notation: 1.3.0 -> 1.3.1 (#384698)
Co-authored-by: aaronjheng <[email protected]>
2 parents 7ad3fcb + 64a2de3 commit b07c16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/notation/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "notation";
12-
version = "1.3.0";
12+
version = "1.3.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "notaryproject";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-gLhvXDD6hFnQw7Q9wq/9S4heB921Hjj+rPI7yhsg9SE=";
18+
hash = "sha256-KxxksliL2ZxbvwbLKB81Lhpvjab9nm4o3QBT2CVFwDw=";
1919
};
2020

21-
vendorHash = "sha256-CqvRTHnEZTaSSHx3g6yx1yMdI3YbdWsGo9hsnXdIuUs=";
21+
vendorHash = "sha256-Mjuw0J5ITLcTWbCUYKLBDrK84wrN7KC05dn0+eBqb9s=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles

0 commit comments

Comments
 (0)