Unverified Commit d3c51636 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

newsflash: 3.3.5 -> 4.0.3 (#422546)

parents 8a4f9ff3 1ae15f27
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -27,18 +27,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "newsflash";
  version = "3.3.5";
  version = "4.0.3";

  src = fetchFromGitLab {
    owner = "news-flash";
    repo = "news_flash_gtk";
    tag = "v.${finalAttrs.version}";
    hash = "sha256-H2/qKnsByidziUldX5MZBrMyMHfuQ4SN9wXizJUGQ8I=";
    hash = "sha256-TVQZq+Akb7EFUazAgUqvlwC7htVpUf7Hck8p7vY0o3M=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-hyu1sk/VcRLjxUFYiFeTvwlFVYq5crMMg+4Afb34Hvc=";
    hash = "sha256-fjb/AVvWbSq+Mc+5D7wCncLQ8OPjnTqHMzFFYgmCCjY=";
  };

  postPatch = ''
@@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
    ninja
    pkg-config
    rustc
    rustPlatform.bindgenHook
    rustPlatform.cargoSetupHook
    wrapGAppsHook4