Unverified Commit da3bb08b authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #220734 from trofi/waypipe-update

waypipe: 0.8.4 -> 0.8.5
parents 087f4d3b c9a42e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
  pname = "waypipe";
  version = "0.8.4";
  version = "0.8.5";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "mstoeckl";
    repo = "waypipe";
    rev = "v${version}";
    sha256 = "sha256-ee3RKlcZQf8o8cQfz1ckiLDFNzdFJesBJKJTTrUmcpU=";
    sha256 = "sha256-uf2+PSqgZ+RShuVYlR42xMV38tuYbGV+bW1tdXgiZYU=";
  };

  strictDeps = true;