ghc_filesystem: 1.5.4 -> 1.5.6

This commit is contained in:
Louis Bettens 2021-05-24 16:06:17 +02:00
parent 7f6e0b37df
commit 1024bdd7ee

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "filesystem";
version = "1.5.4";
version = "1.5.6";
src = fetchFromGitHub {
owner = "gulrak";
repo = "filesystem";
rev = "v${version}";
hash = "sha256-SvNUzKoNiSIM0no+A0NUT6hmeUH9SzgLQLrC5XOC0Ho=";
hash = "sha256-qnBZ9aCrCPOgxymjbzrRs0gssijo8MJOMiy7QWWMb5c=";
};
nativeBuildInputs = [ cmake ];