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
commit 3442443414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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