Commit b25c0c8c authored by Wael Nasreddine's avatar Wael Nasreddine
Browse files

openspec: 1.2.0 -> 1.3.0

parent 63a69c78
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.2.0";
  version = "1.3.0";

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

  pnpmDeps = fetchPnpmDeps {