sexpp: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-03-21 02:04:47 +00:00
parent 750fef2a63
commit 42e6973f02
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sexpp";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "rnpgp";
repo = "sexpp";
rev = "v${finalAttrs.version}";
hash = "sha256-mNt6J8nhzT5sF28ktl3jOkQMKn6x9iE04MMrwwVxyZs=";
hash = "sha256-T0DZPWGDg8lz9TrouD/T6i7W+Qj1UJzjnMchfTEQdEM=";
};
buildInputs = [