Merge pull request #293150 from kira-bruneau/newsflash

newsflash: 3.1.3 -> 3.1.5
This commit is contained in:
Felix Bühler 2024-03-04 20:13:37 +01:00 committed by GitHub
commit 95002f7df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 187 additions and 442 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 {