diff options
| author | Nick Cao <nickcao@nichi.co> | 2026-02-05 21:16:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 21:16:00 +0000 |
| commit | f70c7d7fa18b0ec19edc5c8781aae24fc347a0d2 (patch) | |
| tree | d184e3819be636038aa02191b1eccdb9f0869a66 | |
| parent | nitter: 0-unstable-2025-12-24 -> 0-unstable-2026-01-29 (#487211) (diff) | |
| parent | hermitcli: 0.47.0 -> 0.48.0 (diff) | |
| download | nixpkgs-f70c7d7fa18b0ec19edc5c8781aae24fc347a0d2.tar.gz | |
hermitcli: 0.47.0 -> 0.48.0 (#487183)
| -rw-r--r-- | pkgs/by-name/he/hermitcli/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/he/hermitcli/package.nix b/pkgs/by-name/he/hermitcli/package.nix index 40c252d4d33a..80fba6b65b6b 100644 --- a/pkgs/by-name/he/hermitcli/package.nix +++ b/pkgs/by-name/he/hermitcli/package.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "hermit"; - version = "0.47.0"; + version = "0.48.0"; src = fetchFromGitHub { rev = "v${version}"; owner = "cashapp"; repo = "hermit"; - hash = "sha256-VAAdsZ3ZFY+BrH5KDERngxX5xp8CckcnlpSLq4XWU2s="; + hash = "sha256-gV8moz9wSAt7gy2cTjl4IGOYHnm+4alBUhyKZmhgot8="; }; vendorHash = "sha256-KEwbADLm7oTChoLyx/0SykQX1Fy4bJxNbYcGmfEka7Q="; |
