1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

doodle: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2024-06-30 00:21:03 +00:00
parent 65ed2124ae
commit 4053732389

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 = {