tests.plasma5: fix hash

release-18.03-flake
Franz Pletz 2017-08-12 00:55:32 +02:00
parent a3103fb406
commit 59fa868b01
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};
};
};