Skip to content

Commit

Permalink
feat: update flake (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
  • Loading branch information
budimanjojo-bot[bot] authored Oct 11, 2024
1 parent 189706e commit 85f73b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGo123Module rec {
pname = "talhelper";
version = "3.0.6";
version = "3.0.7";

src = fetchFromGitHub {
owner = "budimanjojo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qUenetAX5WqEAeWymkNkLsgjf32VaKU/dSeNj9aRp/w=";
sha256 = "sha256-VWe0bfMFAJehmYc+hZhcD0uG3fGjaKrDNfpscNLcB0c=";
};

vendorHash = "sha256-UocHZrGT7Mc2mF4uSq0FQJJvsPoTE9O0p3UDmkYSdl4=";
vendorHash = "sha256-fkqSSxHwySY53rRxby9r6E+JBz/r8a3PuhGaynuKZyc=";

ldflags = [ "-s -w -X github.com/budimanjojo/talhelper/v3/cmd.version=v${version}" ];

Expand Down

0 comments on commit 85f73b9

Please sign in to comment.