lol

newsflash: 4.1.3 -> 4.1.4 (#435146)

authored by

Seth Flynn and committed by
GitHub
89618754 b40250fb

+3 -3
+3 -3
pkgs/by-name/ne/newsflash/package.nix
··· 27 27 28 28 stdenv.mkDerivation (finalAttrs: { 29 29 pname = "newsflash"; 30 - version = "4.1.3"; 30 + version = "4.1.4"; 31 31 32 32 src = fetchFromGitLab { 33 33 owner = "news-flash"; 34 34 repo = "news_flash_gtk"; 35 35 tag = "v.${finalAttrs.version}"; 36 - hash = "sha256-Ll1w6gWwlGq7pG/S/PZYujG6SqhThg4gLkdBdu/8czI="; 36 + hash = "sha256-3RGa1f+V7dIgTxQKOceVSr7RwajUgwq05ypBhg6RjMA="; 37 37 }; 38 38 39 39 cargoDeps = rustPlatform.fetchCargoVendor { 40 40 inherit (finalAttrs) pname version src; 41 - hash = "sha256-GJzBdJIa1KNZax4FSns/IfNLnAdpOfkEi/lFLuNmHVs="; 41 + hash = "sha256-CRQH22EP/G6osjsuZJmTWwjq4C06DxiIXlz6zxgbDv4="; 42 42 }; 43 43 44 44 postPatch = ''