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

yder: 1.4.19 -> 1.4.20
This commit is contained in:
Pol Dellaiera
2023-11-27 21:24:45 +01:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "yder";
version = "1.4.19";
version = "1.4.20";
src = fetchFromGitHub {
owner = "babelouest";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KP79i1yYJ6jrsdtS85fHOmJV+oAL/MNgc9On4RfOTwo=";
sha256 = "sha256-BaCF1r5mOYxj0zKc11uoKI9gVKuxWd8GaneGcV+qIFg=";
};
patches = [