sexpp: 0.8.8 -> 0.9.0

This commit is contained in:
R. Ryantm
2024-10-03 22:30:24 +00:00
parent 63d3e6c611
commit 4236a81fcc
+2 -2
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 ];