File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/version-management/gitnr Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212rustPlatform . buildRustPackage rec {
1313 pname = "gitnr" ;
14- version = "0.1.3 " ;
14+ version = "0.2.2 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "reemus-dev" ;
1818 repo = "gitnr" ;
1919 rev = "v${ version } " ;
20- hash = "sha256-Hsro0y/avI20cFQveQF17NiR3JCNlBKqXbaIce7uxBM =" ;
20+ hash = "sha256-9vx+bGfYuJuafZUY2ZT4SAgrNcSXuMe1kHH/lrpItvM =" ;
2121 } ;
2222
23- cargoHash = "sha256-Ahzm23AStSwDSgks9j/J15/zo+EH/NgbfCBc3xBcTwQ =" ;
23+ cargoHash = "sha256-ZvF8X+IT7mrKaUaNS4NhYzX9P3hkhNNH/ActxG/6YZE =" ;
2424
2525 nativeBuildInputs = [
2626 pkg-config
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
4343 homepage = "https://github.com/reemus-dev/gitnr" ;
4444 changelog = "https://github.com/reemus-dev/gitnr/blob/${ src . rev } /CHANGELOG.md" ;
4545 license = licenses . mit ;
46- maintainers = with maintainers ; [ figsoda ] ;
46+ maintainers = with maintainers ; [ figsoda matthiasbeyer ] ;
4747 mainProgram = "gitnr" ;
4848 } ;
4949}
You can’t perform that action at this time.
0 commit comments