wofi: 1.2.4 -> 1.3 (#195595)

This commit is contained in:
Yureka 2022-10-12 20:14:07 +02:00 committed by GitHub
parent 58cb56ee9c
commit 7f4fe58f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "wofi";
version = "1.2.4";
version = "1.3";
src = fetchhg {
url = "https://hg.sr.ht/~scoopta/wofi";
rev = "v${version}";
sha256 = "1bnf078fg1kwslzwm1mjxwcqqq3bhk1dzymwfw9gk3brqbxrl75c";
sha256 = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w=";
};
nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook installShellFiles ];