Merge pull request #97331 from r-ryantm/auto-update/yder

yder: 1.4.11 -> 1.4.12
This commit is contained in:
Mario Rodas 2020-09-08 18:45:09 -05:00 committed by GitHub
commit 486c97472e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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