Merge pull request #296538 from r-ryantm/auto-update/waypipe

waypipe: 0.8.6 -> 0.9.0
This commit is contained in:
Jörg Thalheim 2024-03-22 15:18:39 +01:00 committed by GitHub
commit 3353792819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "waypipe";
version = "0.8.6";
version = "0.9.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "v${version}";
hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A=";
hash = "sha256-zk5IzZiFff9EeJn24/QmE1ybcBkxpaz6Owp77CfCwV0=";
};
strictDeps = true;
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
changelog = "https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases#v${version}";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ mic92 ];
mainProgram = "waypipe";
};
}