Merge pull request #326964 from r-ryantm/auto-update/rkvm

rkvm: 0.6.0 -> 0.6.1
This commit is contained in:
Nick Cao
2024-07-14 10:41:26 -04:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "rkvm";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "htrefil";
repo = pname;
rev = version;
hash = "sha256-bWDVc5pWc5gtwGF3vwUgjDhqZP7E79nteKiuAEEbw6E=";
hash = "sha256-pGCoNmGOeV7ND4kcRjlJZbEMnmKQhlCtyjMoWIwVZrM=";
};
cargoHash = "sha256-FUaycVxW7QJ5gTZ/8bWjqSaMSepRF5iqlBNJLaDRNxc=";
cargoHash = "sha256-aq8Ky29jXY0cW5s0E4NDs29DY8RIA0Fvy2R72WPAYsk=";
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook makeWrapper ];
buildInputs = [ libevdev ];