anubis: 1.15.1 -> 1.15.2 (#396608)

Co-authored-by: knightpp <knightpp@proton.me>

authored by nixpkgs-merge-bot[bot] knightpp and committed by GitHub a328077b 82541d0f

+2 -2
+2 -2
pkgs/by-name/an/anubis/package.nix
··· 7 }: 8 buildGoModule (finalAttrs: { 9 pname = "anubis"; 10 - version = "1.15.1"; 11 12 src = fetchFromGitHub { 13 owner = "TecharoHQ"; 14 repo = "anubis"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-PlZEGe3kTBkTd17nTLSW6pGiUKIPVQttep92FT+10g8="; 17 }; 18 19 vendorHash = "sha256-Rcra5cu7zxGm2LhL2x9Kd3j/uQaEb8OOh/j5Rhh8S1k=";
··· 7 }: 8 buildGoModule (finalAttrs: { 9 pname = "anubis"; 10 + version = "1.15.2"; 11 12 src = fetchFromGitHub { 13 owner = "TecharoHQ"; 14 repo = "anubis"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-5OqpmuRTrM+hseIhR2sTb+K01Co6X+Rhb6mN+U54NAI="; 17 }; 18 19 vendorHash = "sha256-Rcra5cu7zxGm2LhL2x9Kd3j/uQaEb8OOh/j5Rhh8S1k=";