Skip to content

Commit d09337b

Browse files
authored
anubis: 1.21.0 -> 1.21.3 (#427817)
2 parents a127601 + 8857732 commit d09337b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/an/anubis/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
buildGoModule (finalAttrs: {
1515
pname = "anubis";
16-
version = "1.21.0";
16+
version = "1.21.3";
1717

1818
src = fetchFromGitHub {
1919
owner = "TecharoHQ";
2020
repo = "anubis";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-FKX8E32unAKK8e/Nlrj24FU1amc7AJw28hzmZDbIcIc=";
22+
hash = "sha256-CMFd9che+D1ot1Iqk0VcJmna0xIqHlRIvNnzYo+q+RU=";
2323
};
2424

2525
vendorHash = "sha256-cWkC3Bqut5h3hHh5tPIPeHMnkwoqKMnG1x40uCtUIwI=";
@@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
3434
pname = "anubis-xess";
3535
inherit (finalAttrs) version src;
3636

37-
npmDepsHash = "sha256-jvYmAbbMRy8fK2Y0YC0UJGhNRLzk1kjzGvRbqhWFzS4=";
37+
npmDepsHash = "sha256-NJMUXGXcaY8l1WIbvCn+aIknVuagR7X8gRkme9xpYQ0=";
3838

3939
buildPhase = ''
4040
runHook preBuild

0 commit comments

Comments
 (0)