mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 15:09:26 +03:00
hermitcli: 0.44.6 -> 0.44.8
This commit is contained in:
parent
cfbc694c82
commit
618519fb96
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hermit";
|
pname = "hermit";
|
||||||
version = "0.44.6";
|
version = "0.44.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "cashapp";
|
owner = "cashapp";
|
||||||
repo = "hermit";
|
repo = "hermit";
|
||||||
hash = "sha256-PNzMR9bYR7Dv62kN6tYBdabGR01iXw537WRUtJXl1CE=";
|
hash = "sha256-euSuOYHroTJTifUcthHr4oQktTmE62qf2y6p6fBy9fI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-GnZqM5ZKpg2yKAzUaXLOOKspbpjNnihscftkDT/7P9w=";
|
vendorHash = "sha256-GnZqM5ZKpg2yKAzUaXLOOKspbpjNnihscftkDT/7P9w=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue