0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #326601 from r-ryantm/auto-update/kickoff

kickoff: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2024-07-12 16:31:36 -04:00 committed by GitHub
commit 4e7b26b9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "kickoff"; pname = "kickoff";
version = "0.7.3"; version = "0.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "j0ru"; owner = "j0ru";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ha1pRViiOH0U0djUq1x8TIpVoUMn8l+2pA//YP70jdk="; hash = "sha256-q/+Ik8L58LxOllpEosYyvD38RJb+NIQHslYpgGSwjKc=";
}; };
cargoHash = "sha256-pdncUUGSfsn35VpwuNWZ/0DAIImBLAm0LyPbqQ06Xho="; cargoHash = "sha256-8LSz/YeqdbtFXpWq2MMhEI9+8mxsLdE4LUyQHcgLkZY=";
libPath = lib.makeLibraryPath [ libPath = lib.makeLibraryPath [
wayland wayland