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 (#394771)

This commit is contained in:
dotlambda 2025-04-02 05:11:13 -07:00 committed by GitHub
commit 2f176b5def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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