We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe41ab commit eb59111Copy full SHA for eb59111
pkgs/applications/version-management/gitnr/default.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "gitnr";
14
- version = "0.1.3";
+ version = "0.2.2";
15
16
src = fetchFromGitHub {
17
owner = "reemus-dev";
18
repo = "gitnr";
19
rev = "v${version}";
20
- hash = "sha256-Hsro0y/avI20cFQveQF17NiR3JCNlBKqXbaIce7uxBM=";
+ hash = "sha256-9vx+bGfYuJuafZUY2ZT4SAgrNcSXuMe1kHH/lrpItvM=";
21
};
22
23
- cargoHash = "sha256-Ahzm23AStSwDSgks9j/J15/zo+EH/NgbfCBc3xBcTwQ=";
+ cargoHash = "sha256-ZvF8X+IT7mrKaUaNS4NhYzX9P3hkhNNH/ActxG/6YZE=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments