Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #162361 from r-ryantm/auto-update/otpclient

otpclient: 2.4.8 -> 2.4.9.1

authored by Bobby Rong and committed by GitHub 94e02ae4 4945948b

+2 -2
+2 -2
pkgs/applications/misc/otpclient/default.nix
··· 15 16 stdenv.mkDerivation rec { 17 pname = "otpclient"; 18 - version = "2.4.8"; 19 20 src = fetchFromGitHub { 21 owner = "paolostivanin"; 22 repo = pname; 23 rev = "v${version}"; 24 - sha256 = "sha256-2exqMYcxg0UxlH+ZANQv2MFii9dZ6nizB4vxGR9cAwk="; 25 }; 26 27 buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar ];
··· 15 16 stdenv.mkDerivation rec { 17 pname = "otpclient"; 18 + version = "2.4.9.1"; 19 20 src = fetchFromGitHub { 21 owner = "paolostivanin"; 22 repo = pname; 23 rev = "v${version}"; 24 + sha256 = "sha256-QcdPyuwbGK12Kul+gGTfRGmXfghr0qugpBEcrgATOT4="; 25 }; 26 27 buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar ];