Merge pull request #293232 from r-ryantm/auto-update/wmenu

wmenu: 0.1.6 -> 0.1.7
This commit is contained in:
Weijia Wang 2024-03-08 13:50:48 +01:00 committed by GitHub
commit 15915935a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "wmenu";
version = "0.1.6";
version = "0.1.7";
strictDeps = true;
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "~adnano";
repo = "wmenu";
rev = version;
hash = "sha256-Xsnf7T39up6E5kzV37sM9j3PpA2eqxItbGt+tOfjsjE=";
hash = "sha256-9do7zL7yaZuqVjastySwjsByo5ja+KUP3590VjIyVnI=";
};
nativeBuildInputs = [ pkg-config meson ninja ];