waypipe: 0.7.1 -> 0.7.2

This commit is contained in:
Michael Weiss 2021-01-05 20:18:30 +01:00
parent a4936a77b5
commit f35bf8ef29
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "waypipe-unstable";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
sha256 = "00skyxmbssfxksb8wlqdr8gajpysadirjcn230fd5gaf5msvllx7";
sha256 = "sha256-LtfrSEwZikOXp/fdyJ/+EylRx19zdsHMkrl1eEf1/aY=";
};
postPatch = ''