gitnr: 0.1.3 -> 0.2.2 (#351116)

This commit is contained in:
Aleksana 2024-10-29 18:26:12 +08:00 committed by GitHub
commit fe1759eca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gitnr"; pname = "gitnr";
version = "0.1.3"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "reemus-dev"; owner = "reemus-dev";
repo = "gitnr"; repo = "gitnr";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Hsro0y/avI20cFQveQF17NiR3JCNlBKqXbaIce7uxBM="; hash = "sha256-9vx+bGfYuJuafZUY2ZT4SAgrNcSXuMe1kHH/lrpItvM=";
}; };
cargoHash = "sha256-Ahzm23AStSwDSgks9j/J15/zo+EH/NgbfCBc3xBcTwQ="; cargoHash = "sha256-ZvF8X+IT7mrKaUaNS4NhYzX9P3hkhNNH/ActxG/6YZE=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/reemus-dev/gitnr"; homepage = "https://github.com/reemus-dev/gitnr";
changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = with maintainers; [ figsoda matthiasbeyer ];
mainProgram = "gitnr"; mainProgram = "gitnr";
}; };
} }