yder: 1.4.11 -> 1.4.12

This commit is contained in:
R. RyanTM 2020-09-07 06:37:40 +00:00
parent 2dd41576fb
commit bbde0265f8

View File

@ -4,13 +4,13 @@
assert withSystemd -> systemd != null; assert withSystemd -> systemd != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "yder"; pname = "yder";
version = "1.4.11"; version = "1.4.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "babelouest"; owner = "babelouest";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0gm6l9y4jkxbq6vskdv1ivlq795ic28nhiyq21mzk3mx6j8klwip"; sha256 = "1cmla7rpwvsj1b3jhp9q8y3ni5n8rsqxib87yhh07b7xnlhy0gcj";
}; };
patches = [ patches = [