Skip to content

Commit b6265e5

Browse files
r-ryantmfgaz
authored andcommitted
qrcp: 0.11.4 -> 0.11.6
1 parent d90d763 commit b6265e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/qr/qrcp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "qrcp";
11-
version = "0.11.4";
11+
version = "0.11.6";
1212

1313
src = fetchFromGitHub {
1414
owner = "claudiodangelis";
1515
repo = "qrcp";
1616
tag = "v${version}";
17-
hash = "sha256-Ueow5lFnLLeJxk1+hcH4bhwrNu17pgJ50CXd2Adswvg=";
17+
hash = "sha256-OLoGM9kG5k8iyCBQ8PW0i8WiSOASkW9S8YI1iRSb0Ic=";
1818
};
1919

20-
vendorHash = "sha256-0x35Ds3v5youpSBapgkP8R7YW3FuninFM5pyd2PJRP4=";
20+
vendorHash = "sha256-BkR+hIbxIFuf3b4kHVkfC5Ex6/O7CVaFolKlcDPJ7YY=";
2121

2222
subPackages = [ "." ];
2323

0 commit comments

Comments
 (0)