Unverified Commit 170fe8cd authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #247630 from bobby285271/upd/xfce

xfce.catfish: 4.16.4 -> 4.18.0
parents cf1e2f30 7930f24e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

python3Packages.buildPythonApplication rec {
  pname = "catfish";
  version = "4.16.4";
  version = "4.18.0";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "apps";
    repo = pname;
    rev = "${pname}-${version}";
    sha256 = "sha256-hdrEFdBa/4i/PF7VyEI7ObiJXLIRW+RFSe8yGnUpqRc=";
    sha256 = "sha256-hfbIgSFn48++eGrJXzhXRxhWkrjgTYsr7BX/n0EXhGo=";
  };

  nativeBuildInputs = [