Commit ea3a3c21 authored by R. RyanTM's avatar R. RyanTM
Browse files

openspec: 1.3.0 -> 1.3.1

parent 009472a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "openspec";
  version = "1.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "Fission-AI";
    repo = "OpenSpec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-yLzndbXdPoIv7xWHd23FOtMlPmWWz3+H7WODWQYylJc=";
    hash = "sha256-L4LBHVVtgMhSJm+IzZSYOR0UXPbvIRg4xiEV5urYxdI=";
  };

  pnpmDeps = fetchPnpmDeps {