diff options
| author | Cassie Cheung <me@soopy.moe> | 2025-04-01 07:47:55 +0800 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-04-23 13:33:02 +0200 |
| commit | 303a6ed4e39619db290f308980b7d672ed44a28a (patch) | |
| tree | 071ca3e0ab7e7473271a63ff6f4626f0ef0b51e1 | |
| parent | anubis: add soopyc as maintainer (diff) | |
| download | nixpkgs-303a6ed4e39619db290f308980b7d672ed44a28a.tar.gz | |
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
(cherry picked from commit 8e764a0f09562865ebd01951e0785a2ac5230b55)
| -rw-r--r-- | pkgs/by-name/an/anubis/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/an/anubis/package.nix b/pkgs/by-name/an/anubis/package.nix index 9601c27d7e01..1df096161db0 100644 --- a/pkgs/by-name/an/anubis/package.nix +++ b/pkgs/by-name/an/anubis/package.nix @@ -7,13 +7,13 @@ }: buildGo124Module rec { pname = "anubis"; - version = "1.15.0"; + version = "1.15.1"; src = fetchFromGitHub { owner = "TecharoHQ"; repo = "anubis"; tag = "v${version}"; - hash = "sha256-n70H2FBvp7hxvRqU1+bvef9UrOzkSpg9QtFoqGyXiaM="; + hash = "sha256-PlZEGe3kTBkTd17nTLSW6pGiUKIPVQttep92FT+10g8="; }; vendorHash = "sha256-Rcra5cu7zxGm2LhL2x9Kd3j/uQaEb8OOh/j5Rhh8S1k="; |
