Merge pull request #287156 from r-ryantm/auto-update/swayrbar
swayrbar: 0.3.7 -> 0.3.8
This commit is contained in:
commit
cc319dce91
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "swayrbar";
|
pname = "swayrbar";
|
||||||
version = "0.3.7";
|
version = "0.3.8";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~tsdh";
|
owner = "~tsdh";
|
||||||
repo = "swayr";
|
repo = "swayr";
|
||||||
rev = "swayrbar-${version}";
|
rev = "swayrbar-${version}";
|
||||||
sha256 = "sha256-41zlVT060Fu90N4oiZ6lWSZdJJSZjyk3GEA/u+bVNCI=";
|
sha256 = "sha256-pCXkgIesHqXI/m8ecytlq+U62lIrf7bOv95Hi/nyf/g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-/MUolnEdYlBTfmUB/j9vHaVpU63upeMoScjHl38cGjo=";
|
cargoHash = "sha256-RSdNYr6l9ayn9anczeGGh2rkKt6COqj+H71d14Gb8r0=";
|
||||||
|
|
||||||
# don't build swayr
|
# don't build swayr
|
||||||
buildAndTestSubdir = pname;
|
buildAndTestSubdir = pname;
|
||||||
|
|
Loading…
Reference in a new issue