Commit 4bc3c223 authored by R. RyanTM's avatar R. RyanTM
Browse files

sexpp: 0.9.1 -> 0.9.2

parent 4a8e7878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sexpp";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "rnpgp";
    repo = "sexpp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-T0DZPWGDg8lz9TrouD/T6i7W+Qj1UJzjnMchfTEQdEM=";
    hash = "sha256-T1qhwMBbz43URzdKPYMAbLSNrg4EaeKj4f9nqZsXls4=";
  };

  buildInputs = [