Unverified Commit b180fc96 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

ghostty{,-bin}: 1.2.2 -> 1.2.3 (#455047)

parents c9f97ce3 89940363
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "ghostty-bin";
  version = "1.2.2";
  version = "1.2.3";

  src = fetchurl {
    url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
    hash = "sha256-gSuOOWZUzKKihCGmqEnieJJ8iP4xFeoSQIL536ka454=";
    hash = "sha256-817pHxFuKAJ6ufje9FCYx1dbRLQH/4g6Lc0phcSDIGs=";
  };

  sourceRoot = ".";
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ghostty";
  version = "1.2.2";
  version = "1.2.3";

  outputs = [
    "out"
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "ghostty-org";
    repo = "ghostty";
    tag = "v${finalAttrs.version}";
    hash = "sha256-BTIH8G1GKrcoMasvlA3fje8f1vZvr4uuAUHfvZq6LVY=";
    hash = "sha256-0tmLOJCrrEnVc/ZCp/e646DTddXjv249QcSwkaukL30=";
  };

  deps = callPackage ./deps.nix {