Unverified Commit ae55ff1d authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #229970 from Stunkymonkey/newsflash-2.3.0

newsflash: 2.2.4 -> 2.3.0
parents d7382229 aa2cbfd0
Loading
Loading
Loading
Loading
+203 −350

File changed.

Preview size limit exceeded, changes collapsed.

+5 −4
Original line number Diff line number Diff line
@@ -22,21 +22,22 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "newsflash";
  version = "unstable-2023-04-11";
  version = "2.3.0";

  src = fetchFromGitLab {
    owner = "news-flash";
    repo = "news_flash_gtk";
    rev = "a7bc8bfdf5e58bd78f0f36516e00be8e1296bc12";
    sha256 = "sha256-VYIHbOcYopzGTVG+fGyPBS5di7aBayhk+jj9FZh5Tms=";
    rev = "refs/tags/v.${finalAttrs.version}";
    sha256 = "sha256-sW2yO6aZqhiyrIT4B8iBmum+36vcQMg4NsFxInJm7hM=";
  };

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "javascriptcore6-0.1.0" = "sha256-7w8CDY13dCRlFc77XxJ2/xZqlKSjqM0eiOvILOrJ4ic=";
      "news-flash-2.2.2" = "sha256-LXKhVsmkdTk1MSB0T5MDOgTJF/MXbNZ6T5cC2iZxsPs=";
      "news-flash-2.3.0-alpha.0" = "sha256-phoZmTY1YVZIIktqLMnal9H5SMgNWwx7m+7AMtDcFJM=";
      "newsblur_api-0.2.0" = "sha256-6vnFeJbdFeIau2rpUk9o72DD2ZCqicljmQjFVhY71NI=";
      "article_scraper-2.0.0-alpha.0" = "sha256-HPEKZc7O7pbgcwR2l0kD/5442W1hzrfMadc0amrjxwI=";
    };
  };