kdotool: 0.2.1 -> 0.2.2-pre (#389273)

This commit is contained in:
Sandro
2025-03-13 16:23:12 +01:00
committed by GitHub
+3 -3
View File
@@ -7,18 +7,18 @@
}:
rustPlatform.buildRustPackage rec {
version = "0.2.1";
version = "0.2.2-pre";
pname = "kdotool";
src = fetchFromGitHub {
owner = "jinliu";
repo = "kdotool";
rev = "v${version}";
hash = "sha256-ogdZziNV4b3h9LiEyWFrD/I/I4k8Z5rNFTNjQpWBQtg=";
hash = "sha256-qx4bWAFQcoLM/r4aNzmoZdjclw8ccAW8lKLda6ON1aQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-eA74jvXVPtiE6K+OMJg99wM2q0DwxSHVJ5YZ9h37b/A=";
cargoHash = "sha256-ASR2zMwVCKeEZPYQNoO54J00eZyTn1i6FE0NBCJWSCs=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];