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

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

parent 37b38257
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-edit";
  version = "unstable-2024-03-30";
  version = "1.0.0-alpha.1";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    rev = "cd1b32218078979aa9a944b3a32f9b96996764a1";
    rev = "epoch-${version}";
    hash = "sha256-54DwcI/pwN6nRnHC6GeDYVJXNgS+xBQTnRrKV2YMGUA=";
  };

@@ -50,7 +50,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-03-30";
  env.VERGEN_GIT_COMMIT_DATE = "2024-08-02";
  env.VERGEN_GIT_SHA = src.rev;

  postPatch = ''