File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66} :
77
88stdenv . mkDerivation rec {
9- version = "1.2.1 " ;
9+ version = "1.4.0 " ;
1010 pname = "angie-console-light" ;
1111
1212 src = fetchurl {
1313 url = "https://download.angie.software/files/${ pname } /${ pname } -${ version } .tar.gz" ;
14- hash = "sha256-bwnVwhcPyEXGzvpXj2bC1WUGtNbBlHpqZibApKtESq8 =" ;
14+ hash = "sha256-Oz+FdMrIGNmJKHl/wOVZCP1b0AJODcURvDUKz4gCqYU =" ;
1515 } ;
1616
1717 outputs = [ "out" "doc" ] ;
Original file line number Diff line number Diff line change 88} @args :
99
1010callPackage ../nginx/generic.nix args rec {
11- version = "1.6.0 " ;
11+ version = "1.6.1 " ;
1212 pname = if withQuic then "angieQuic" else "angie" ;
1313
1414 src = fetchurl {
1515 url = "https://download.angie.software/files/angie-${ version } .tar.gz" ;
16- hash = "sha256-yzEbYOxvt2SPTYD/Dw4SJDg94muKGan+QX51sf6xuU4 =" ;
16+ hash = "sha256-VQreIqK6cIa2ffRx5mUtPbEuTnXrCmm2KLQH5US92Rs =" ;
1717 } ;
1818
1919 configureFlags = lib . optionals withAcme [
You can’t perform that action at this time.
0 commit comments