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:
commit
2f176b5def
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue