weylus: 0.11.2 -> 0.11.3

This commit is contained in:
legendofmiracles 2021-10-30 18:25:20 -06:00
parent 70285d4c4f
commit 446789875d
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "weylus"; pname = "weylus";
version = "0.11.2"; version = "0.11.3";
src = fetchzip { src = fetchzip {
url = "https://github.com/H-M-H/Weylus/releases/download/v${version}/linux.zip"; url = "https://github.com/H-M-H/Weylus/releases/download/v${version}/linux.zip";
sha256 = "sha256-coA8qUpUgRjVBF/0LZgimx61fTTpdck/AO6e+r2uNu0="; sha256 = "sha256-1nEdn3KKCMWIzYv4ryqTxtQvR9eln9IX1Z4Y6/vuo7o=";
stripRoot = false; stripRoot = false;
}; };