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 82541d0 + b25f8e8 commit a328077Copy full SHA for a328077
pkgs/by-name/an/anubis/package.nix
@@ -7,13 +7,13 @@
7
}:
8
buildGoModule (finalAttrs: {
9
pname = "anubis";
10
- version = "1.15.1";
+ version = "1.15.2";
11
12
src = fetchFromGitHub {
13
owner = "TecharoHQ";
14
repo = "anubis";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-PlZEGe3kTBkTd17nTLSW6pGiUKIPVQttep92FT+10g8=";
+ hash = "sha256-5OqpmuRTrM+hseIhR2sTb+K01Co6X+Rhb6mN+U54NAI=";
17
};
18
19
vendorHash = "sha256-Rcra5cu7zxGm2LhL2x9Kd3j/uQaEb8OOh/j5Rhh8S1k=";
0 commit comments