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

otpclient: 3.1.5 -> 3.1.6

+2 -2
+2 -2
pkgs/applications/misc/otpclient/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "otpclient"; 23 - version = "3.1.5"; 23 + version = "3.1.6"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "paolostivanin"; 27 27 repo = pname; 28 28 rev = "v${version}"; 29 - sha256 = "sha256-/1nycFh/slcfztfaZA6p9rZTWS4/vkb/Sovc94zlfCI="; 29 + sha256 = "sha256-v7TvdS0IlfB4oKdaEh7Z3AFJDV1bOMiX5vVD7VhIMCE="; 30 30 }; 31 31 32 32 buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar protobuf protobufc libsecret qrencode libuuid ];