We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1371a55 commit a3151f1Copy full SHA for a3151f1
pkgs/by-name/no/notation/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "notation";
12
- version = "1.2.0";
+ version = "1.3.0";
13
14
src = fetchFromGitHub {
15
owner = "notaryproject";
16
repo = pname;
17
rev = "v${version}";
18
- hash = "sha256-TliXrI5G+1Zw5vhrpEtcjDv2EjRjUsGEfwKOOf8vtZg=";
+ hash = "sha256-gLhvXDD6hFnQw7Q9wq/9S4heB921Hjj+rPI7yhsg9SE=";
19
};
20
21
- vendorHash = "sha256-kK4iwpzSz0JFnY1DbA7rjIzrqZO3imTCOfgtQKd0oV8=";
+ vendorHash = "sha256-CqvRTHnEZTaSSHx3g6yx1yMdI3YbdWsGo9hsnXdIuUs=";
22
23
nativeBuildInputs = [
24
installShellFiles
0 commit comments