waypipe: 0.8.1 -> 0.8.2 (#148600)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Michael Weiss 2021-12-19 14:39:08 +01:00 committed by GitHub
parent 9308070388
commit a91a76146d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,15 +4,15 @@
}:
stdenv.mkDerivation rec {
pname = "waypipe-unstable";
version = "0.8.1";
pname = "waypipe";
version = "0.8.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
sha256 = "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1";
sha256 = "02q8l1qaahmd41h6v3r46akh7xlqz7fpwwsy15qww4jdvypg6vg4";
};
nativeBuildInputs = [ meson ninja pkg-config scdoc ];