rogcat: 0.4.7 -> 0.5.0

This commit is contained in:
genga 2024-11-27 20:22:24 +03:00
parent 19f40a308c
commit 7a71540369

View File

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