Skip to content

Commit

Permalink
fix_: go-generate-fast hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 29, 2024
1 parent 31e6b65 commit efd2605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nix/pkgs/go-generate-fast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ buildGoModule rec {
pname = "go-generate-fast";
version = "0.3.0";

subPackages = [ "." ];

src = fetchFromGitHub rec {
owner = "oNaiPs";
repo = "go-generate-fast";
rev = "v${version}";
hash = "sha256-UXN5gN1SNv3uvBCliJQ+5PSGHRL7RyU6pmZtGUTFsrQ=";
hash = "sha256-NMGXOI3y3PGt+hrHhOsugACL8c5LIzpwwdt+Ne0MkY8=";
};
vendorHash = "sha256-jUlK/A0HxBrIby2C0zYFtnxQX1bgKVyypI3QdH4u/rg=";
vendorHash = "sha256-8nmnTuDZvnFEPQAxOv19gUgHy6FpI3HLRtqLLob+zrE=";
}

0 comments on commit efd2605

Please sign in to comment.