Merge pull request #302810 from isabelroses/freeze-update

charm-freeze: 0.1.4 -> 0.1.6
This commit is contained in:
Nick Cao 2024-04-09 15:57:43 -04:00 committed by GitHub
commit 9a7094de99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "charm-freeze";
version = "0.1.4";
version = "0.1.6";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "freeze";
rev = "v${version}";
hash = "sha256-ItcdgQUPrz2hpWS6nDYfnZaCdfocR3QgJTQ4TXzPQOw=";
hash = "sha256-HLlMUOLDvNLVl4dvtyRwuLhp3pOlpm/naUXK2NiIAg8=";
};
vendorHash = "sha256-01tTr5NSyg52KGspYh9Rw98uQld6U+31Fy7jnyBoPx8=";
vendorHash = "sha256-AUFzxmQOb/h0UgcprY09IVI7Auitn3JTDU/ptKicIAU=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];