Skip to content

Commit fe1759e

Browse files
authored
gitnr: 0.1.3 -> 0.2.2 (#351116)
2 parents 62dc895 + eb59111 commit fe1759e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/applications/version-management/gitnr/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.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
}

0 commit comments

Comments
 (0)