1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 03:25:02 +00:00

wf-config: 0.6.0 -> 0.7.0

This commit is contained in:
Alyssa Ross 2021-02-07 18:54:12 +00:00
parent cd4c376baf
commit 2cea4f865c
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wf-config";
version = "0.6.0";
version = "0.7.0";
src = fetchurl {
url = "https://github.com/WayfireWM/wf-config/releases/download/${version}/wf-config-${version}.tar.xz";
sha256 = "1a5aqybhbp9dp4jygrm3gbkdap5qbd52y6ihfr4rm1cj37sckcn0";
url = "https://github.com/WayfireWM/wf-config/releases/download/v${version}/wf-config-${version}.tar.xz";
sha256 = "1bas5gsbnf8jxkkxd95992chz8yk5ckgg7r09gfnmm7xi8w0pyy7";
};
nativeBuildInputs = [ meson ninja pkg-config ];