We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3faa5 commit 917754eCopy full SHA for 917754e
pkgs/by-name/wa/waypipe/package.nix
@@ -22,18 +22,18 @@
22
}:
23
llvmPackages.stdenv.mkDerivation rec {
24
pname = "waypipe";
25
- version = "0.10.1";
+ version = "0.10.2";
26
27
src = fetchFromGitLab {
28
domain = "gitlab.freedesktop.org";
29
owner = "mstoeckl";
30
repo = "waypipe";
31
tag = "v${version}";
32
- hash = "sha256-l9gZ7FtLxGKBRlMem3VGJGTvOkVAtLBa7eF9+gA5Vfo=";
+ hash = "sha256-MTh3it+sJxd+vOTi9fVOxvlqlkgJAK56wel3xX0IzJE=";
33
};
34
cargoDeps = rustPlatform.fetchCargoTarball {
35
inherit pname version src;
36
- hash = "sha256-DjqyKXbCQ6kzb1138wNWPnRXIgUaaE1nnCExLeLX6pw=";
+ hash = "sha256-15JmdpWXSyM0Hg3Babi4mKcnMhzx0fsWeFRROTQ/RLQ=";
37
38
39
strictDeps = true;
0 commit comments