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

yder: 1.4.17 -> 1.4.19
This commit is contained in:
Weijia Wang 2023-02-25 00:01:16 +02:00 committed by GitHub
commit 6ac5b19cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "yder";
version = "1.4.17";
version = "1.4.19";
src = fetchFromGitHub {
owner = "babelouest";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4o1sKxlWeAgZZm01sPV2yIR3xXZwzPJwqcGCkz6+Cfc=";
sha256 = "sha256-KP79i1yYJ6jrsdtS85fHOmJV+oAL/MNgc9On4RfOTwo=";
};
patches = [