Merge pull request #321001 from rnpgp/sexpp

sexpp: 0.8.7 -> 0.8.8
This commit is contained in:
Peder Bergebakken Sundt 2024-06-29 13:40:26 +02:00 committed by GitHub
commit 79a6ca725e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sexpp";
version = "0.8.7";
version = "0.8.8";
src = fetchFromGitHub {
owner = "rnpgp";
repo = "sexpp";
rev = "v${finalAttrs.version}";
hash = "sha256-E1ESN3JKCWYBt1o37d7EVcgARnwGKS6mxua+0m1RMlM=";
hash = "sha256-6PCqzHAb5is8bArQWD5N+GykoWjM8H8mV0IabtNTlYg=";
};
buildInputs = [ zlib bzip2 ];