anubis: 1.15.0 -> 1.15.1

Fix for a recurrence of CVE-2025-24369. See [1] for details.

[1]: https://github.com/TecharoHQ/anubis/security/advisories/GHSA-428r-47m3-x9hx
This commit is contained in:
Cassie Cheung
2025-04-01 07:53:00 +08:00
parent 9d4a057b4e
commit 8e764a0f09
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "anubis";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "TecharoHQ";
repo = "anubis";
tag = "v${finalAttrs.version}";
hash = "sha256-n70H2FBvp7hxvRqU1+bvef9UrOzkSpg9QtFoqGyXiaM=";
hash = "sha256-PlZEGe3kTBkTd17nTLSW6pGiUKIPVQttep92FT+10g8=";
};
vendorHash = "sha256-Rcra5cu7zxGm2LhL2x9Kd3j/uQaEb8OOh/j5Rhh8S1k=";