oops i forgot to cook the hashes
Some checks failed
/ Check formatting (push) Has been cancelled

This commit is contained in:
Ittihadyya 2025-02-13 00:31:24 +02:00
parent d583bce0fb
commit 56eea3887a

View file

@ -12,7 +12,7 @@
web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
hash = "";
hash = "sha256-esip1xGB0NroYRlKLNEs/o3J2G2nQyOIZTdDpVuY5Ag=";
};
in
buildGoModule rec {
@ -22,7 +22,7 @@ in
src = fetchFromGitHub {
inherit owner repo;
rev = "refs/tags/v${version}";
hash = "";
hash = "sha256-OikJkTc2UK74eGy8AjEAk8cyRL57QReM0J6tXr9EAjw=";
};
vendorHash = null;