Skip to content

Commit

Permalink
sexpp: 0.8.8 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 3, 2024
1 parent 63d3e6c commit 4236a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sexpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 4236a81

Please sign in to comment.