charm-freeze: 0.1.4 -> 0.1.6

This commit is contained in:
isabel 2024-04-09 11:47:59 +01:00
parent f7638fc0a0
commit 213c2aa85c
No known key found for this signature in database
GPG Key ID: 5A87C993E20D89A1
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}" ];