Merge pull request #229399 from r-ryantm/auto-update/beanstalkd
beanstalkd: 1.12 -> 1.13
This commit is contained in:
commit
5cd1c12df0
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, installShellFiles, nixosTests }:
|
{ lib, stdenv, fetchFromGitHub, installShellFiles, nixosTests }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.12";
|
version = "1.13";
|
||||||
pname = "beanstalkd";
|
pname = "beanstalkd";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kr";
|
owner = "kr";
|
||||||
repo = "beanstalkd";
|
repo = "beanstalkd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HChpVZ02l08CObrb4+ZEjBiXeQMMYi6zhSWUTDxuEao=";
|
hash = "sha256-xoudhPad4diGGE8iZaY1/4LiENlKT2dYcIR6wlQdlTU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "fortify" ];
|
hardeningDisable = [ "fortify" ];
|
||||||
|
|
Loading…
Reference in a new issue