autotiling-rs: 0.1.6 -> 0.1.8

This commit is contained in:
R. Ryantm
2026-02-08 06:47:16 +00:00
parent 42c103b34b
commit 08bfc3305a
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "autotiling-rs";
version = "0.1.6";
version = "0.1.8";
src = fetchFromGitHub {
owner = "ammgws";
repo = "autotiling-rs";
rev = "v${finalAttrs.version}";
sha256 = "sha256-21XIKZ2rzuQMpkaOhGu1pg4J3OGOzHNQ20Rcw1V4BfI=";
sha256 = "sha256-jeakiO28LM223qyPqZ4tdozQbNxJ6vEEl2Avk8ZBwlA=";
};
cargoHash = "sha256-+5GibhSkiKmgRrESKrliKLrrtUQ7iv2sFz46OFwAIwE=";
cargoHash = "sha256-ytViAnvcU99hr9Ki9AOtcmBRYFtuBdWeRe2Z00+WRGs=";
meta = {
description = "Autotiling for sway (and possibly i3)";