sexpp: 0.8.8 -> 0.9.0 (#346265)

This commit is contained in:
Nick Cao 2024-10-06 10:51:07 -04:00 committed by GitHub
commit 85da2915bb
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.8";
version = "0.9.0";
src = fetchFromGitHub {
owner = "rnpgp";
repo = "sexpp";
rev = "v${finalAttrs.version}";
hash = "sha256-6PCqzHAb5is8bArQWD5N+GykoWjM8H8mV0IabtNTlYg=";
hash = "sha256-mNt6J8nhzT5sF28ktl3jOkQMKn6x9iE04MMrwwVxyZs=";
};
buildInputs = [ zlib bzip2 ];