mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
Merge pull request #238957 from fpletz/pkgs/nginx-1.25.1
nginxMainline: 1.25.0 -> 1.25.1
This commit is contained in:
commit
589d0eaba9
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix args {
|
||||
version = "1.25.0";
|
||||
hash = "sha256-XtRNRZQycqTopbz0Q0I3IQ8t4xuQP8peOBwbvX7uHow=";
|
||||
version = "1.25.1";
|
||||
hash = "sha256-8JBxrEbg6jrcAAjvC6yiKfxrS+RTO675u7+6feKahgI=";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user