waypipe: 0.8.3 -> 0.8.4

Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.8.4
This commit is contained in:
Sergei Trofimovich 2022-11-03 07:44:02 +00:00
parent 04da8dc6dd
commit 12428f3cf4

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "waypipe";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
sha256 = "sha256-f1XEcDMy4skddtbZFFhCF4xg6zQahOLiGcYiJPy2SHs=";
sha256 = "sha256-ee3RKlcZQf8o8cQfz1ckiLDFNzdFJesBJKJTTrUmcpU=";
};
strictDeps = true;