catfish: 1.4.4 -> 1.4.6 (#45860)
This commit is contained in:
parent
2b5659dc04
commit
e45d1fff33
@ -5,13 +5,13 @@
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
majorver = "1.4";
|
||||
minorver = "4";
|
||||
minorver = "6";
|
||||
version = "${majorver}.${minorver}";
|
||||
pname = "catfish";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://launchpad.net/catfish-search/${majorver}/${version}/+download/${pname}-${version}.tar.gz";
|
||||
sha256 = "1mw7py6si6y88jblmzm04hf049bpww7h87k2wypq07zm1dw55m52";
|
||||
url = "https://archive.xfce.org/src/apps/${pname}/${majorver}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1gxdk5gx0gjq95jhdbpiq39cxpzd4vmw00a78f0wg2i6qlafxjp1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -52,7 +52,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://launchpad.net/catfish-search;
|
||||
homepage = https://docs.xfce.org/apps/catfish/start;
|
||||
description = "A handy file search tool";
|
||||
longDescription = ''
|
||||
Catfish is a handy file searching tool. The interface is
|
||||
|
Loading…
Reference in New Issue
Block a user