libcotp: 3.1.0 -> 3.1.1

R. Ryantm 727f1a91 c65a2a6c

+2 -2
+2 -2
pkgs/by-name/li/libcotp/package.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libcotp"; 12 - version = "3.1.0"; 13 14 src = fetchFromGitHub { 15 owner = "paolostivanin"; 16 repo = "libcotp"; 17 rev = "v${version}"; 18 - sha256 = "sha256-Ol/vWaXcbDcy+d8V//fK4SYUpnYmwuYJxkO3/+kqgdM="; 19 }; 20 21 postPatch = lib.optionalString stdenv.cc.isClang ''
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libcotp"; 12 + version = "3.1.1"; 13 14 src = fetchFromGitHub { 15 owner = "paolostivanin"; 16 repo = "libcotp"; 17 rev = "v${version}"; 18 + sha256 = "sha256-5Jjk8uby1QjvU7TraTTTp+29Yh5lzbCvlorfPbGvciM="; 19 }; 20 21 postPatch = lib.optionalString stdenv.cc.isClang ''