specify version in rev

This commit is contained in:
Arik Grahl 2022-09-11 14:21:19 +02:00
parent 27dee9344a
commit d2e3286996

View File

@ -8,7 +8,7 @@ buildGoModule rec {
version = "0.2.0";
src = fetchFromGitHub {
rev = "main";
rev = "v${version}";
owner = "SimonTheLeg";
repo = "konf-go";
hash = "sha256-UeuR7lsNG2Y0hdpQA5NXBUlSvYeixyKS73N95z5TZ7k=";