i3wsr: 2.1.1 -> 3.1.1

This commit is contained in:
R. Ryantm
2025-02-18 15:50:19 +01:00
committed by Weijia Wang
parent 223499992b
commit 2717832087
+4 -4
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "i3wsr";
version = "2.1.1";
version = "3.1.1";
src = fetchFromGitHub {
owner = "roosta";
repo = pname;
repo = "i3wsr";
rev = "v${version}";
sha256 = "sha256-Mq4TpQDiIYePUS3EwBfOe2+QmvF6+WEDK12WahbuhSU=";
hash = "sha256-RTJ+up3mt6KuMkTBCXDUmztxwEQCeyAjuhhOUrdIfTo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ecFlektG6CcGvD2l39MuplknpXuJ5B08ydJunxI7Pvg=";
cargoHash = "sha256-7WS+8EGGl8sJ3TeT7IM+u1AiD0teJ2AITb++zK/keXs=";
nativeBuildInputs = [ python3 ];
buildInputs = [ libxcb ];