We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 256eea5 + 4ccbe97 commit 09037deCopy full SHA for 09037de
pkgs/by-name/gu/gum/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "gum";
11
- version = "0.15.0";
+ version = "0.15.1";
12
13
src = fetchFromGitHub {
14
owner = "charmbracelet";
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-DHIFU+dfZpeQo9kN9Krc1dhTf2HlnC7PEwTfN6RYmSU=";
+ hash = "sha256-5/ifKAKKl4adhTsrfIzViLuYpHyf1W6L0KQXk9EObow=";
18
};
19
20
- vendorHash = "sha256-BcHwFj4nGmKcbVnLEVd9rK54DAyVNc2Dlt085N+HtFA=";
+ vendorHash = "sha256-H29cyhgC+ZI7CjFTfYb4ekvHfkMfUUzgCDtWXYW6iYM=";
21
22
nativeBuildInputs = [
23
installShellFiles
0 commit comments