sexpp: 0.8.7 -> 0.8.8

This commit is contained in:
Jeffrey Lau 2024-06-19 19:22:06 +08:00
parent 8b50e555cc
commit 60e3aeefce
No known key found for this signature in database
GPG Key ID: A2F7630BBC3BD387

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 ];