newsflash: 3.1.3 -> 3.1.5

https://gitlab.com/news-flash/news_flash_gtk/-/releases/v.3.1.5
This commit is contained in:
Kira Bruneau
2024-03-03 21:09:08 -05:00
parent fa9a51752f
commit 532463c7ba
2 changed files with 187 additions and 442 deletions
File diff suppressed because it is too large Load Diff
@@ -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 {