Skip to content

Commit 917754e

Browse files
committed
1 parent 4a3faa5 commit 917754e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/waypipe/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
}:
2323
llvmPackages.stdenv.mkDerivation rec {
2424
pname = "waypipe";
25-
version = "0.10.1";
25+
version = "0.10.2";
2626

2727
src = fetchFromGitLab {
2828
domain = "gitlab.freedesktop.org";
2929
owner = "mstoeckl";
3030
repo = "waypipe";
3131
tag = "v${version}";
32-
hash = "sha256-l9gZ7FtLxGKBRlMem3VGJGTvOkVAtLBa7eF9+gA5Vfo=";
32+
hash = "sha256-MTh3it+sJxd+vOTi9fVOxvlqlkgJAK56wel3xX0IzJE=";
3333
};
3434
cargoDeps = rustPlatform.fetchCargoTarball {
3535
inherit pname version src;
36-
hash = "sha256-DjqyKXbCQ6kzb1138wNWPnRXIgUaaE1nnCExLeLX6pw=";
36+
hash = "sha256-15JmdpWXSyM0Hg3Babi4mKcnMhzx0fsWeFRROTQ/RLQ=";
3737
};
3838

3939
strictDeps = true;

0 commit comments

Comments
 (0)