mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
![Raito Bezarius](/assets/img/avatar_default.png)
Due to https://www.openwall.com/lists/oss-security/2025/02/05/8. Fix CVE-2025-23419. Change-Id: Iaac69b5071f02f608cb895338f42f15f7ac25831 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
7 lines
149 B
Nix
7 lines
149 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.27.4";
|
|
hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I=";
|
|
}
|