Skip to content

Commit 2e89e12

Browse files
notation: 1.2.0 -> 1.3.0 (NixOS#375525)
Co-authored-by: aaronjheng <[email protected]>
2 parents d006c98 + a3151f1 commit 2e89e12

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.2.0";
12+
version = "1.3.0";
1313

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

21-
vendorHash = "sha256-kK4iwpzSz0JFnY1DbA7rjIzrqZO3imTCOfgtQKd0oV8=";
21+
vendorHash = "sha256-CqvRTHnEZTaSSHx3g6yx1yMdI3YbdWsGo9hsnXdIuUs=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles

0 commit comments

Comments
 (0)