qc: 0.5.0 -> 0.5.1
This commit is contained in:
parent
5c516a45c2
commit
802456973b
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "qc";
|
pname = "qc";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qownnotes";
|
owner = "qownnotes";
|
||||||
repo = "qc";
|
repo = "qc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lNS2wrjG70gi6mpIYMvuusuAJL3LkAVh8za+KnBTioc=";
|
hash = "sha256-SrvcRF2yRGGPTk835ykG+NH9WPoc/bXO5tSj43Q7T3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-7t5rQliLm6pMUHhtev/kNrQ7AOvmA/rR93SwNQhov6o=";
|
vendorHash = "sha256-7t5rQliLm6pMUHhtev/kNrQ7AOvmA/rR93SwNQhov6o=";
|
||||||
|
@ -17,6 +17,7 @@ buildGoModule rec {
|
||||||
"-s" "-w" "-X=github.com/qownnotes/qc/cmd.version=${version}"
|
"-s" "-w" "-X=github.com/qownnotes/qc/cmd.version=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# There are no automated tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
Loading…
Reference in a new issue