Skip to content

Commit c161987

Browse files
codeberg-cli: 0.4.2 -> 0.4.3 (#349236)
2 parents a1edcb8 + 3ffe79b commit c161987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/codeberg-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "codeberg-cli";
13-
version = "0.4.2";
13+
version = "0.4.3";
1414

1515
src = fetchFromGitea {
1616
domain = "codeberg.org";
1717
owner = "Aviac";
1818
repo = "codeberg-cli";
1919
rev = "v${version}";
20-
hash = "sha256-SUKV7tH7tvSPtlMcRlOgjvAEqPoBi4J41Ak5k4h4Qj0=";
20+
hash = "sha256-95vjfjXKLXyg0d8FNAszBKwNVm9g8wRKzzHzxhTS8Bs=";
2121
};
2222

23-
cargoHash = "sha256-FlW0Q2UUt6AX/A0MznGpJY8+yoMs70N58Ow05ly9YyE=";
23+
cargoHash = "sha256-IQTT7YylByGJhFV6sLSDmVhFahkByY2S4+IE7cNxLjg=";
2424
nativeBuildInputs = [
2525
pkg-config
2626
installShellFiles

0 commit comments

Comments
 (0)