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 { stdenv.mkDerivation rec {
pname = "waypipe-unstable"; pname = "waypipe-unstable";
version = "0.7.1"; version = "0.7.2";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "mstoeckl"; owner = "mstoeckl";
repo = "waypipe"; repo = "waypipe";
rev = "v${version}"; rev = "v${version}";
sha256 = "00skyxmbssfxksb8wlqdr8gajpysadirjcn230fd5gaf5msvllx7"; sha256 = "sha256-LtfrSEwZikOXp/fdyJ/+EylRx19zdsHMkrl1eEf1/aY=";
}; };
postPatch = '' postPatch = ''