From 59fa868b01c6f22b9072508cebbecdc4930034e5 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 12 Aug 2017 00:55:32 +0200 Subject: [PATCH] tests.plasma5: fix hash --- nixos/tests/plasma5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/plasma5.nix b/nixos/tests/plasma5.nix index 8b49b26c24a..f3bd4c5915b 100644 --- a/nixos/tests/plasma5.nix +++ b/nixos/tests/plasma5.nix @@ -18,7 +18,7 @@ import ./make-test.nix ({ pkgs, ...} : nixpkgs.config.packageOverrides = superPkgs: { fontconfig-penultimate = superPkgs.fontconfig-penultimate.override { version = "0.3.3"; - sha256 = "0392lw31jps652dcjazln77ihb6bl7gk201gb7wb9i223avp86w9"; + sha256 = "1z76jbkb0nhf4w7fy647yyayqr4q02fgk6w58k0yi700p0m3h4c9"; }; }; };