Skip to content

Commit 798c026

Browse files
authored
ghc_filesystem: 1.5.12 -> 1.5.14 (#219718)
2 parents 7d0bf83 + bd14610 commit 798c026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/ghc_filesystem/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "filesystem";
5-
version = "1.5.12";
5+
version = "1.5.14";
66

77
src = fetchFromGitHub {
88
owner = "gulrak";
99
repo = "filesystem";
1010
rev = "v${version}";
11-
hash = "sha256-j4RE5Ach7C7Kef4+H9AHSXa2L8OVyJljDwBduKcC4eE=";
11+
hash = "sha256-XZ0IxyNIAs2tegktOGQevkLPbWHam/AOFT+M6wAWPFg=";
1212
};
1313

1414
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)