We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d763 commit b6265e5Copy full SHA for b6265e5
pkgs/by-name/qr/qrcp/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "qrcp";
11
- version = "0.11.4";
+ version = "0.11.6";
12
13
src = fetchFromGitHub {
14
owner = "claudiodangelis";
15
repo = "qrcp";
16
tag = "v${version}";
17
- hash = "sha256-Ueow5lFnLLeJxk1+hcH4bhwrNu17pgJ50CXd2Adswvg=";
+ hash = "sha256-OLoGM9kG5k8iyCBQ8PW0i8WiSOASkW9S8YI1iRSb0Ic=";
18
};
19
20
- vendorHash = "sha256-0x35Ds3v5youpSBapgkP8R7YW3FuninFM5pyd2PJRP4=";
+ vendorHash = "sha256-BkR+hIbxIFuf3b4kHVkfC5Ex6/O7CVaFolKlcDPJ7YY=";
21
22
subPackages = [ "." ];
23
0 commit comments