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.
2 parents 7ad3fcb + 64a2de3 commit b07c16eCopy full SHA for b07c16e
pkgs/by-name/no/notation/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "notation";
12
- version = "1.3.0";
+ version = "1.3.1";
13
14
src = fetchFromGitHub {
15
owner = "notaryproject";
16
repo = pname;
17
rev = "v${version}";
18
- hash = "sha256-gLhvXDD6hFnQw7Q9wq/9S4heB921Hjj+rPI7yhsg9SE=";
+ hash = "sha256-KxxksliL2ZxbvwbLKB81Lhpvjab9nm4o3QBT2CVFwDw=";
19
};
20
21
- vendorHash = "sha256-CqvRTHnEZTaSSHx3g6yx1yMdI3YbdWsGo9hsnXdIuUs=";
+ vendorHash = "sha256-Mjuw0J5ITLcTWbCUYKLBDrK84wrN7KC05dn0+eBqb9s=";
22
23
nativeBuildInputs = [
24
installShellFiles
0 commit comments