Merge pull request #295232 from nu-nu-ko/update-rwpspread

rwpspread: 0.2.1 -> 0.2.3
This commit is contained in:
Nick Cao 2024-03-12 14:43:22 -04:00 committed by GitHub
commit 3ba6704c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {
pname = "rwpspread";
version = "0.2.1";
version = "0.2.3";
src = fetchFromGitHub {
owner = "0xk1f0";
repo = "rwpspread";
rev = "v${version}";
hash = "sha256-I9zZtk+Byn2DBMvhRVUBJ5O8fzzy1uSTniMUDXi07ho=";
hash = "sha256-gtqcogOjWvie7XK9E9KhuSsUh+aWEqZB7NVTqXH6R7Q=";
};
cargoHash = "sha256-3yWc1wi5jakBG2CTWpB4uhqIzG0/ufQhyd61EtpibIk=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-client-toolkit-0.18.0" = "sha256-7s5XPmIflUw2qrKRAZUz30cybYKvzD5Hu4ViDpzGC3s=";
};
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
];
buildInputs = [
libxkbcommon
];
buildInputs = [ libxkbcommon ];
passthru.updateScript = nix-update-script { };