mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
routino: 3.4.2 -> 3.4.3
Changelog: http://routino.org/software/NEWS.txt
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user