hyprlauncher: 0.1.5 -> 0.1.6 (#513549)

This commit is contained in:
Masum Reza
2026-04-26 04:23:35 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlauncher";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlauncher";
tag = "v${finalAttrs.version}";
hash = "sha256-nu3pMtkMwKsEhpBE4XMpayXDGdnrXVXrscSsxp7qf1I=";
hash = "sha256-FHw6S2rz716ZwuF661aT5HYN1b6qyyBDkwhEL5hzHUk=";
};
nativeBuildInputs = [