qc: 0.5.0 -> 0.5.1

This commit is contained in:
Patrizio Bekerle 2023-09-19 08:30:52 +02:00
parent 5c516a45c2
commit 802456973b
No known key found for this signature in database
GPG Key ID: 67EF441ECF195217

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "qc";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "qownnotes";
repo = "qc";
rev = "v${version}";
hash = "sha256-lNS2wrjG70gi6mpIYMvuusuAJL3LkAVh8za+KnBTioc=";
hash = "sha256-SrvcRF2yRGGPTk835ykG+NH9WPoc/bXO5tSj43Q7T3g=";
};
vendorHash = "sha256-7t5rQliLm6pMUHhtev/kNrQ7AOvmA/rR93SwNQhov6o=";
@ -17,6 +17,7 @@ buildGoModule rec {
"-s" "-w" "-X=github.com/qownnotes/qc/cmd.version=${version}"
];
# There are no automated tests
doCheck = false;
subPackages = [ "." ];