wofi: 1.2.1 -> 1.2.3

This also fixes a GDK Protocol error.
This commit is contained in:
Aamaruvi Yogamani 2020-11-13 09:06:08 -05:00
parent 8c823b46d6
commit 8775e39757
No known key found for this signature in database
GPG key ID: F930CFBFF5D7FDC3

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "wofi";
version = "1.2.1";
version = "1.2.3";
src = fetchhg {
url = "https://hg.sr.ht/~scoopta/wofi";
rev = "v${version}";
sha256 = "0hx61br19dlmc3lay23ww3n9ry06m7b6xrkjx7sk4vrg1422iq99";
sha256 = "0glpb2gf5n78s01z3rn614ak8ibxhfr824gy6xlljbxclgds264i";
};
nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook installShellFiles ];