Skip to content

Commit

Permalink
feat: update flake (#386)
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] committed Mar 21, 2024
1 parent 8846532 commit 1918348
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 @@ -2,13 +2,13 @@

buildGo122Module rec {
pname = "talhelper";
version = "2.3.5";
version = "2.3.6";

src = fetchFromGitHub {
owner = "budimanjojo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SW2HOi7Cjkfz624bwdnGBFn1fJRgqRfwMsdcnhYyC5U=";
sha256 = "sha256-QU9Ly85RFBuAfDzz3J/JiupbuKF0QCs6xBd2nBBtfQ8=";
};

vendorHash = "sha256-qWKWjglZgssEqZEBe5A15sSaiLNLCNNb7svjeGPhiIA=";
Expand Down

0 comments on commit 1918348

Please sign in to comment.