Merge pull request #298376 from r-ryantm/auto-update/waycorner
waycorner: 0.2.2 -> 0.2.3
This commit is contained in:
commit
456e371977
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "waycorner";
|
pname = "waycorner";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AndreasBackx";
|
owner = "AndreasBackx";
|
||||||
repo = "waycorner";
|
repo = "waycorner";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-b0wGqtCvWzCV9mj2eZ0SXzxM02fbyQ+OfKcbZ2MhLOE=";
|
hash = "sha256-b8juIhJ3kh+NJc8RUVVoatqjWISSW0ir/vk2Dz/428Y=";
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-Xl2nBBcfWjULKG2L+qX4ruw7gux6+qfFg/dTAarqgAU=";
|
cargoHash = "sha256-LGxFRGzQ8jOfxT5di3+YGqfS5KM4+Br6KlTFpPbkJyU=";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wayland
|
wayland
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue