diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2026-01-17 22:29:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-17 22:29:19 +0000 |
| commit | 603408e78fc633afd9af8a7797ac12242b6a1677 (patch) | |
| tree | 07d98b02880415efb0acf5441aed9d581e607232 | |
| parent | 11b31f3e93ba03b30fffd56b7a8bd64e006f4ac2 (diff) | |
| parent | fee211a8cd9eaa2810e8821f02e33614bd2cded8 (diff) | |
tuistash: 0.7.1 -> 0.7.2 (#480967)
| -rw-r--r-- | pkgs/by-name/tu/tuistash/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/tu/tuistash/package.nix b/pkgs/by-name/tu/tuistash/package.nix index 09115ee5d523..a53233e51406 100644 --- a/pkgs/by-name/tu/tuistash/package.nix +++ b/pkgs/by-name/tu/tuistash/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "tuistash"; - version = "0.7.1"; + version = "0.7.2"; src = fetchFromGitHub { owner = "edmocosta"; repo = "tuistash"; tag = "v${finalAttrs.version}"; - hash = "sha256-LWmH/xHvdiY6lC7gsRh2gX31b9Fh4fWekrVdQ++8moQ="; + hash = "sha256-pyLsm3y2MwLJvscugAdKnw/+/Q0A52tAJ9MxUI5br90="; }; - cargoHash = "sha256-mLtzdWHC7HN+hju71WQQZ4nJDMzybEfjzckbfeu32Qo="; + cargoHash = "sha256-VLcB7CjelyESnwcWgoC8AdwiGTkuro+KqL+prOtnkLM="; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; |
