rwpspread: 0.2.1 -> 0.2.3

This commit is contained in:
nuko 2024-03-12 19:20:03 +13:00
parent bf8462aeba
commit cf0557a07c
No known key found for this signature in database
2 changed files with 5 additions and 1103 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,29 +8,19 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rwpspread"; pname = "rwpspread";
version = "0.2.1"; version = "0.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "0xk1f0"; owner = "0xk1f0";
repo = "rwpspread"; repo = "rwpspread";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-I9zZtk+Byn2DBMvhRVUBJ5O8fzzy1uSTniMUDXi07ho="; hash = "sha256-gtqcogOjWvie7XK9E9KhuSsUh+aWEqZB7NVTqXH6R7Q=";
}; };
cargoHash = "sha256-3yWc1wi5jakBG2CTWpB4uhqIzG0/ufQhyd61EtpibIk=";
cargoLock = { nativeBuildInputs = [ pkg-config ];
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-client-toolkit-0.18.0" = "sha256-7s5XPmIflUw2qrKRAZUz30cybYKvzD5Hu4ViDpzGC3s=";
};
};
nativeBuildInputs = [ buildInputs = [ libxkbcommon ];
pkg-config
];
buildInputs = [
libxkbcommon
];
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };