wf-config: 0.7.1 -> 0.8.0

This commit is contained in:
rewine 2023-10-08 20:19:30 +08:00
parent ce84b1d26f
commit d60ec4fe57

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wf-config";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wf-config";
rev = "v${finalAttrs.version}";
hash = "sha256-ADUBvDJcPYEB9ZvaFIgTfemo1WYwiWgCWX/z2yrEPtA=";
hash = "sha256-4QszCGlJqehnavTOdR2vZ95XuHKiNUIsA893sa9qph8=";
};
nativeBuildInputs = [