Skip to content

Commit

Permalink
feat: update flake (#540)
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 Jul 15, 2024
1 parent cb2bec5 commit d3dea73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "talhelper";
version = "3.0.3";
version = "3.0.4";

src = fetchFromGitHub {
owner = "budimanjojo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dUNxj7b4TaG9wTUtfKGGVlMEkP8SoZTlr1mnJ9GZ/LU=";
sha256 = "sha256-vHrHYb8Dlt6+7EMv2JZa9WZglf5oT5SWfukXYeBbFaI=";
};

vendorHash = "sha256-3nYYEwVFn1XlmVVuZ17bEyOmUn4VD/ZBGKyIKUKTRHw=";
Expand Down

0 comments on commit d3dea73

Please sign in to comment.