Skip to content

Commit

Permalink
ulauncher: 5.8.1 -> 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2020
1 parent af5b6f9 commit c6f65b1
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 c6f65b1

Please sign in to comment.