Commit 532463c7 authored by Kira Bruneau's avatar Kira Bruneau
Browse files
parent fa9a5175
Loading
Loading
Loading
Loading
+185 −440

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "newsflash";
  version = "3.1.3";
  version = "3.1.5";

  src = fetchFromGitLab {
    owner = "news-flash";
    repo = "news_flash_gtk";
    rev = "refs/tags/v.${finalAttrs.version}";
    hash = "sha256-eaZkuFy+pDL09S8TQjpUUPIy+mFIwBScgc8hgbkRJDc=";
    hash = "sha256-6RkZdRQ/pNq6VkL9E2BaAWbKKGbCpEC+skGHPe3TwH8=";
  };

  cargoDeps = rustPlatform.importCargoLock {