Merge pull request #133929 from r-ryantm/auto-update/wob

wob: 0.11 -> 0.12
This commit is contained in:
Michael Weiss 2021-08-14 13:08:43 +02:00 committed by GitHub
commit e986e6655c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "wob";
version = "0.11";
version = "0.12";
src = fetchFromGitHub {
owner = "francma";
repo = pname;
rev = version;
sha256 = "13mx6nzab6msp57s9mv9ambz53a4zkafms9v97xv5zvd6xarnrya";
sha256 = "sha256-gVQqZbz6ylBBlmhSgyaSEvAyMi48QiuviwZodPVGJxI=";
};
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-scanner ];