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 a127601 + 8857732 commit d09337bCopy full SHA for d09337b
1 file changed
pkgs/by-name/an/anubis/package.nix
@@ -13,13 +13,13 @@
13
14
buildGoModule (finalAttrs: {
15
pname = "anubis";
16
- version = "1.21.0";
+ version = "1.21.3";
17
18
src = fetchFromGitHub {
19
owner = "TecharoHQ";
20
repo = "anubis";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-FKX8E32unAKK8e/Nlrj24FU1amc7AJw28hzmZDbIcIc=";
+ hash = "sha256-CMFd9che+D1ot1Iqk0VcJmna0xIqHlRIvNnzYo+q+RU=";
23
};
24
25
vendorHash = "sha256-cWkC3Bqut5h3hHh5tPIPeHMnkwoqKMnG1x40uCtUIwI=";
@@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
34
pname = "anubis-xess";
35
inherit (finalAttrs) version src;
36
37
- npmDepsHash = "sha256-jvYmAbbMRy8fK2Y0YC0UJGhNRLzk1kjzGvRbqhWFzS4=";
+ npmDepsHash = "sha256-NJMUXGXcaY8l1WIbvCn+aIknVuagR7X8gRkme9xpYQ0=";
38
39
buildPhase = ''
40
runHook preBuild
0 commit comments