mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
nginxStable: 1.24.0 -> 1.26.0
Changes http://nginx.org/en/CHANGES-1.26 The 1.24.x branch is now considered EOL.
This commit is contained in:
parent
566a19ed13
commit
73d98d9b4a
@ -1,6 +1,6 @@
|
|||||||
{ callPackage, ... } @ args:
|
{ callPackage, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix args {
|
callPackage ./generic.nix args {
|
||||||
version = "1.24.0";
|
version = "1.26.0";
|
||||||
hash = "sha256-d6JUFje5KmIePudndsi3tAz21wfmm6U6lAKD4w/y9V0=";
|
hash = "sha256-0ubIQ51sbbUBXY6qskcKtSrvhae/NjGCh5l34IQ3BJc=";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user