Commit 8f3b8f30 authored by Aaron Honeycutt's avatar Aaron Honeycutt Committed by Alyssa Ross
Browse files

cosmic-term: 0-unstable-2024-04-15 -> 1.0.0-alpha.1

parent eec16b48
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-term";
  version = "unstable-2024-04-14";
  version = "1.0.0-alpha.1";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    rev = "3e41d261a9d5d2284cd6ae85acde2562b8a5ccd6";
    rev = "epoch-${version}";
    hash = "sha256-IVLwWG4WUGXK9jY/d0Vr8RX/Klj1mUe4Q7Huv0BkjDo=";
  };

@@ -47,7 +48,7 @@ rustPlatform.buildRustPackage rec {

  # COSMIC applications now uses vergen for the About page
  # Update the COMMIT_DATE to match when the commit was made
  env.VERGEN_GIT_COMMIT_DATE = "2024-04-14";
  env.VERGEN_GIT_COMMIT_DATE = "2024-08-03";
  env.VERGEN_GIT_SHA = src.rev;

  postPatch = ''