Merge pull request #229399 from r-ryantm/auto-update/beanstalkd

beanstalkd: 1.12 -> 1.13

authored by Weijia Wang and committed by GitHub 5cd1c12d c6e7c04e

+2 -2
+2 -2
pkgs/servers/beanstalkd/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, installShellFiles, nixosTests }: 2 3 stdenv.mkDerivation rec { 4 - version = "1.12"; 5 pname = "beanstalkd"; 6 7 src = fetchFromGitHub { 8 owner = "kr"; 9 repo = "beanstalkd"; 10 rev = "v${version}"; 11 - hash = "sha256-HChpVZ02l08CObrb4+ZEjBiXeQMMYi6zhSWUTDxuEao="; 12 }; 13 14 hardeningDisable = [ "fortify" ];
··· 1 { lib, stdenv, fetchFromGitHub, installShellFiles, nixosTests }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.13"; 5 pname = "beanstalkd"; 6 7 src = fetchFromGitHub { 8 owner = "kr"; 9 repo = "beanstalkd"; 10 rev = "v${version}"; 11 + hash = "sha256-xoudhPad4diGGE8iZaY1/4LiENlKT2dYcIR6wlQdlTU="; 12 }; 13 14 hardeningDisable = [ "fortify" ];