newsflash: 4.0.3 -> 4.1.2 (#427625)

authored by Aleksana and committed by GitHub 4de37886 35bc1c42

+3 -3
+3 -3
pkgs/by-name/ne/newsflash/package.nix
··· 27 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "newsflash"; 30 - version = "4.0.3"; 31 32 src = fetchFromGitLab { 33 owner = "news-flash"; 34 repo = "news_flash_gtk"; 35 tag = "v.${finalAttrs.version}"; 36 - hash = "sha256-TVQZq+Akb7EFUazAgUqvlwC7htVpUf7Hck8p7vY0o3M="; 37 }; 38 39 cargoDeps = rustPlatform.fetchCargoVendor { 40 inherit (finalAttrs) pname version src; 41 - hash = "sha256-fjb/AVvWbSq+Mc+5D7wCncLQ8OPjnTqHMzFFYgmCCjY="; 42 }; 43 44 postPatch = ''
··· 27 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "newsflash"; 30 + version = "4.1.2"; 31 32 src = fetchFromGitLab { 33 owner = "news-flash"; 34 repo = "news_flash_gtk"; 35 tag = "v.${finalAttrs.version}"; 36 + hash = "sha256-yNO9ju5AQzMeZlQN1f3FRiFA6hq89mSuQClrJkoM+xE="; 37 }; 38 39 cargoDeps = rustPlatform.fetchCargoVendor { 40 inherit (finalAttrs) pname version src; 41 + hash = "sha256-gF1wHLM5t0jYm/nWQQeAbDlExsPYNV0/YYH0yfQuetM="; 42 }; 43 44 postPatch = ''