Unverified Commit cfa9fc3e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #319065 from ahoneybun/update-cosmic-files

cosmic-files: unstable-2024-02-28 -> 0-unstable-2024-06-10
parents d95005ae 6bafd4c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-files";
  version = "unstable-2024-02-28";
  version = "0-unstable-2024-06-10";

  src = fetchFromGitHub {
    owner = "pop-os";
@@ -40,7 +40,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-02-28";
  env.VERGEN_GIT_COMMIT_DATE = "2024-06-10";
  env.VERGEN_GIT_SHA = src.rev;

  postPatch = ''