Skip to content

Commit

Permalink
Merge pull request #107409 from r-ryantm/auto-update/ulauncher
Browse files Browse the repository at this point in the history
ulauncher: 5.8.1 -> 5.9.0
  • Loading branch information
lovesegfault authored Dec 22, 2020
2 parents 1e6e7c2 + c6f65b1 commit d3a8c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ulauncher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

python3Packages.buildPythonApplication rec {
pname = "ulauncher";
version = "5.8.1";
version = "5.9.0";

disabled = python3Packages.isPy27;

src = fetchurl {
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
sha256 = "1hgzfiwfk3dd50jmp184y754ydzmfv22qcv7z40gxj6pc67ahx3r";
sha256 = "sha256-jRCrkJcjUHDd3wF+Hkxg0QaW7YgIh7zM/KZ4TAH84/U=";
};

nativeBuildInputs = with python3Packages; [
Expand Down

0 comments on commit d3a8c46

Please sign in to comment.