waypipe: 0.9.0 -> 0.9.1

Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.9.1
This commit is contained in:
Sergei Trofimovich 2024-06-10 21:32:55 +01:00
parent 98cc4fc312
commit 67851e82ae

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "waypipe";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
hash = "sha256-zk5IzZiFff9EeJn24/QmE1ybcBkxpaz6Owp77CfCwV0=";
hash = "sha256-4I8ohllhIA3/LNgFAKH5GwwHKO5QKNex0+Be0OOgR14=";
};
strictDeps = true;