Merge pull request #323489 from r-ryantm/auto-update/doodle

doodle: 0.7.2 -> 0.7.3
This commit is contained in:
Marcus Ramberg 2024-06-30 16:39:34 +02:00 committed by GitHub
commit 220b65bcd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "doodle";
version = "0.7.2";
version = "0.7.3";
buildInputs = [ libextractor gettext ];
src = fetchurl {
url = "https://grothoff.org/christian/doodle/download/doodle-${version}.tar.gz";
sha256 = "sha256-dtRPfUjhBNgN+5zHMYmszISmBv1+K6yjKsbQBiAXWRA=";
sha256 = "sha256-qodp2epYyolg38MNhBV+/NMLmfXjhsn2X9uKTUniv2s=";
};
meta = {