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

goldendict-ng: 24.09.1 -> 25.02.0 (#386005)

parents afe49b7b 61e0966b
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -24,20 +24,19 @@
  qtwayland,
  qt5compat,
  qtmultimedia,
  qtspeech,
  wrapQtAppsHook,
  wrapGAppsHook3,
}:

stdenv.mkDerivation (finalAttrs: {
stdenv.mkDerivation {
  pname = "goldendict-ng";
  version = "24.09.1";
  version = "25.02.0";

  src = fetchFromGitHub {
    owner = "xiaoyifang";
    repo = "goldendict-ng";
    rev = "v${finalAttrs.version}-Release.ca9dd133";
    hash = "sha256-HvXC9fNLDZAEtXNjzFmaKz9Ih3n4Au69NPMuVeCiQPk=";
    tag = "v25.02.0-Release.e895b18c";
    hash = "sha256-k8pGzrSFbAUP7DG3lSAYBa5WeeSUbjZMvMqmxPqdT3E=";
  };

  nativeBuildInputs = [
@@ -96,4 +95,4 @@ stdenv.mkDerivation (finalAttrs: {
    ];
    license = licenses.gpl3Plus;
  };
})
}