0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

routino: 3.4.2 -> 3.4.3

Changelog: http://routino.org/software/NEWS.txt
This commit is contained in:
Robert Schütz 2025-05-11 21:51:10 -07:00
parent 3b3d6d984d
commit a7e1282e91

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "routino";
version = "3.4.2";
version = "3.4.3";
src = fetchurl {
url = "https://routino.org/download/routino-${version}.tgz";
hash = "sha256-Dms1u/KuS6qFYcslKfsvIFPx0ApdyWtKK/XlgW+kToI=";
hash = "sha256-TroGfTLJfKk4itbpfA9aPBDUiCk2ckDXjFE3XYzBHlQ=";
};
patchFlags = [ "-p0" ];