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

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

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" ];