Unverified Commit dc3ec96f authored by Leah Amelia Chen's avatar Leah Amelia Chen
Browse files

ghostty: 1.3.0 -> 1.3.1

parent afaabaf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "ghostty";
  version = "1.3.0";
  version = "1.3.1";

  outputs = [
    "out"
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "ghostty-org";
    repo = "ghostty";
    tag = "v${finalAttrs.version}";
    hash = "sha256-44bF0MtsaoF0EgUI1TbGUz4NUH6psIRMCZgZJ0GtSaU=";
    hash = "sha256-+ddMmUe9Jjkun4qqW8XFXVgwVZdVHsGWcQzndgIlBjQ=";
  };

  deps = callPackage ./deps.nix {