Merge pull request #271038 from r-ryantm/auto-update/libcotp

libcotp: 2.0.2 -> 2.1.0
This commit is contained in:
Weijia Wang 2023-11-30 04:09:54 +01:00 committed by GitHub
commit acc413ea5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcotp";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QvDYdplPhivG4a2otT4MuSY546a2Dw/amWly5aheabQ=";
sha256 = "sha256-5zyQSoz5d/HYrIaj0ChtZYK79bBNlYDsFMSDuzcVhY0=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''