Skip to content

Commit eb59111

Browse files
committed
gitnr: 0.1.3 -> 0.2.2
Signed-off-by: Matthias Beyer <[email protected]>
1 parent dfe41ab commit eb59111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)