rogcat: 0.4.7 -> 0.5.0 (#359627)

This commit is contained in:
Nick Cao 2024-11-28 09:38:02 -05:00 committed by GitHub
commit 72dc28520e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "rogcat";
version = "0.4.7";
version = "0.5.0";
src = fetchFromGitHub {
owner = "flxo";
repo = "rogcat";
rev = "refs/tags/v${version}";
hash = "sha256-l2zfVt2vm5GTrYs6/0D3EesxxPWSmjf2tGS545766iA=";
hash = "sha256-nXKvepuiBDIGo8Gga5tbbT/mnC6z+HipV5XYtlrURRU=";
};
cargoHash = "sha256-cDAS8mengFgBsq9nTiVAjt7pJhKjj7/F9x8IS6vP2ck=";
cargoHash = "sha256-a+B9bMuKhmt3ka9p7a/O6JggiAxMzm9C5PdbFZD1KP0=";
nativeBuildInputs = [
pkg-config