fondo: 1.3.9 -> 1.3.10

This commit is contained in:
R. RyanTM 2020-10-18 07:50:13 +00:00 committed by Sandro Jäckel
parent 9e1943edc0
commit 3546e47583
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fondo";
version = "1.3.9";
version = "1.3.10";
src = fetchFromGitHub {
owner = "calo001";
repo = pname;
rev = version;
sha256 = "1gyi80j2c38j62miv8a8nsx1pad169sa4fx0b85m2yv0x7fz492w";
sha256 = "0yrbcngmwhn5gl5if9w2cx8shh33zk5fd6iqwnapsq8y0lzq6ppr";
};
nativeBuildInputs = [