Skip to content

Commit 982377a

Browse files
authored
forgejo-cli: 0.1.1 -> 0.2.0 (NixOS#365356)
2 parents 4989a24 + b9d27b8 commit 982377a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fo/forgejo-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
darwin,
1212
}:
1313
let
14-
version = "0.1.1";
14+
version = "0.2.0";
1515
in
1616
rustPlatform.buildRustPackage {
1717
pname = "forgejo-cli";
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
2222
owner = "Cyborus";
2323
repo = "forgejo-cli";
2424
rev = "v${version}";
25-
hash = "sha256-367O4SpGA0gWM/IIJjIbCoi4+N/Vl58T5Jw/NVsE+7o=";
25+
hash = "sha256-rHyPncAARIPakkv2/CD1/aF2G5AS9bb3T2x8QCQWl5o=";
2626
};
2727

28-
cargoHash = "sha256-F7UBLqMXYS8heJs1mdmiFTHUfgoMKEb+KV4tiDsIRDY=";
28+
cargoHash = "sha256-kIOEUDJg7/08L9c/qt7NrT8U+xN3Ya5PBWPWmWj0Yx8=";
2929

3030
nativeBuildInputs = [ pkg-config ];
3131

0 commit comments

Comments
 (0)