lol

qc: 0.5.0 -> 0.5.1

+3 -2
+3 -2
pkgs/development/tools/qc/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "qc"; 5 - version = "0.5.0"; 5 + version = "0.5.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qownnotes"; 9 9 repo = "qc"; 10 10 rev = "v${version}"; 11 - hash = "sha256-lNS2wrjG70gi6mpIYMvuusuAJL3LkAVh8za+KnBTioc="; 11 + hash = "sha256-SrvcRF2yRGGPTk835ykG+NH9WPoc/bXO5tSj43Q7T3g="; 12 12 }; 13 13 14 14 vendorHash = "sha256-7t5rQliLm6pMUHhtev/kNrQ7AOvmA/rR93SwNQhov6o="; ··· 17 17 "-s" "-w" "-X=github.com/qownnotes/qc/cmd.version=${version}" 18 18 ]; 19 19 20 + # There are no automated tests 20 21 doCheck = false; 21 22 22 23 subPackages = [ "." ];