mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
budget-tracker-tui: 1.4.0 -> 1.4.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "budget-tracker-tui";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -14,9 +14,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
owner = "Feromond";
|
||||
repo = "budget_tracker_tui";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-rVNAYMfTGYRepeNSlm+d/bJq11lRNFZjpoQjQpclSzY=";
|
||||
hash = "sha256-vNpnW9SIjuSnvNtBW8wzDNCCVpw3z/2nv9bremTMqww=";
|
||||
};
|
||||
cargoHash = "sha256-u9XlckBJCRzpmY+Hs5x9cBWtxIN1zwMuIYMCuS7i6rQ=";
|
||||
cargoHash = "sha256-eMzqi2uEaLmHEQtegiT2aWOJCq0tIdywtv1rl99kyys=";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user