newsflash: 4.0.3 -> 4.1.2

This commit is contained in:
Kira Bruneau
2025-07-23 19:23:43 -04:00
parent 83e677f31c
commit 6259def678
+3 -3
View File
@@ -27,18 +27,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "newsflash";
version = "4.0.3";
version = "4.1.2";
src = fetchFromGitLab {
owner = "news-flash";
repo = "news_flash_gtk";
tag = "v.${finalAttrs.version}";
hash = "sha256-TVQZq+Akb7EFUazAgUqvlwC7htVpUf7Hck8p7vY0o3M=";
hash = "sha256-yNO9ju5AQzMeZlQN1f3FRiFA6hq89mSuQClrJkoM+xE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-fjb/AVvWbSq+Mc+5D7wCncLQ8OPjnTqHMzFFYgmCCjY=";
hash = "sha256-gF1wHLM5t0jYm/nWQQeAbDlExsPYNV0/YYH0yfQuetM=";
};
postPatch = ''