tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ulauncher: 5.15.4 -> 5.15.6
R. Ryantm
2 years ago
fa2c5abe
2387a37f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
ulauncher
default.nix
+2
-2
pkgs/applications/misc/ulauncher/default.nix
···
21
21
22
22
python3Packages.buildPythonApplication rec {
23
23
pname = "ulauncher";
24
24
-
version = "5.15.4";
24
24
+
version = "5.15.6";
25
25
26
26
src = fetchurl {
27
27
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
28
28
-
sha256 = "sha256-5pEpYnJFHQKEfTve07ngFVDAOM9+kwrx6hc30gEwsko=";
28
28
+
sha256 = "sha256-WOWDekh9rcXeiN/ejiYC4BELhJwd98GkmyDOLN26ayU=";
29
29
};
30
30
31
31
nativeBuildInputs = with python3Packages; [