Skip to content

Commit

Permalink
tests.plasma5: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Aug 11, 2017
1 parent a3103fb commit 59fa868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/plasma5.nix
Expand Up @@ -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";
};
};
};
Expand Down

0 comments on commit 59fa868

Please sign in to comment.