beanstalkd: 1.12 -> 1.13

This commit is contained in:
R. Ryantm 2023-05-02 04:02:55 +00:00
parent 120dd6a803
commit 99cf377073

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, installShellFiles, nixosTests }:
stdenv.mkDerivation rec {
version = "1.12";
version = "1.13";
pname = "beanstalkd";
src = fetchFromGitHub {
owner = "kr";
repo = "beanstalkd";
rev = "v${version}";
hash = "sha256-HChpVZ02l08CObrb4+ZEjBiXeQMMYi6zhSWUTDxuEao=";
hash = "sha256-xoudhPad4diGGE8iZaY1/4LiENlKT2dYcIR6wlQdlTU=";
};
hardeningDisable = [ "fortify" ];