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

waypipe: 0.8.2 -> 0.8.3
This commit is contained in:
Jonas Heinrich 2022-08-14 01:41:55 +02:00 committed by GitHub
commit ba9c0bce5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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