Skip to content

Commit

Permalink
refetch hash
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
  • Loading branch information
whtsht and Aleksanaa authored Oct 30, 2024
1 parent 1d7ef47 commit 846db23
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/ec/ecsk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ buildGoModule rec {
pname = "ecsk";
version = "0.9.3";

src = fetchgit {
url = "https://github.com/yukiarrr/ecsk.git";
rev = "v${version}";
sha256 = "sha256-1nrV7NslOIXQDHsc7c5YfaWhoJ8kfkEQseoVVeENrHM=";
src = fetchFromGitHub {
owner = "yukiarrr";
repo = "ecsk";
rev = "refs/tags/v${version}";
hash = "";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 846db23

Please sign in to comment.