beanstalkd: 1.10 -> 1.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/beanstalkd/versions
This commit is contained in:
parent
5b4b6b6c24
commit
dc08a411a8
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl }:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.10";
|
||||
version = "1.11";
|
||||
name = "beanstalkd-${version}";
|
||||
|
||||
installPhase=''make install "PREFIX=$out"'';
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/kr/beanstalkd/archive/v${version}.tar.gz";
|
||||
sha256 = "0n9dlmiddcfl7i0f1lwfhqiwyvf26493fxfcmn8jm30nbqciwfwj";
|
||||
sha256 = "0i65d0pln1p6wxghzwziz2k8vafvdgjq6yc962ayzs80kpj18d2y";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
Loading…
Reference in New Issue
Block a user