routino: 3.4.1 -> 3.4.2

Changelog: http://routino.org/software/NEWS.txt
This commit is contained in:
Robert Schütz
2025-03-30 19:33:14 -07:00
parent 25f202e7c9
commit cc4dba8934
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "routino";
version = "3.4.1";
version = "3.4.2";
src = fetchurl {
url = "https://routino.org/download/routino-${version}.tgz";
hash = "sha256-C6qNKljRdV0ProbgSxfrZLgZH+Pl8kcpKmTb83GLhSs=";
hash = "sha256-Dms1u/KuS6qFYcslKfsvIFPx0ApdyWtKK/XlgW+kToI=";
};
patchFlags = [ "-p0" ];