Merge pull request #256095 from PedroHLC/sway-launcher-desktop-1.7.0

sway-launcher-desktop: 1.6.0 -> 1.7.0
This commit is contained in:
Artturi
2023-09-19 20:29:06 +03:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sway-launcher-desktop"; pname = "sway-launcher-desktop";
version = "1.6.0"; version = "1.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Biont"; owner = "Biont";
repo = "sway-launcher-desktop"; repo = "sway-launcher-desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "HCGUFXrj6b9Pb6b5y9yupBumFLQyH1QVMrfoBM4HbMg="; hash = "sha256-lv1MLPJsJJjm6RLzZXWEz1JO/4EXTQ8wj225Di+98G4=";
}; };
postPatch = '' postPatch = ''