We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0bf83 + bd14610 commit 798c026Copy full SHA for 798c026
pkgs/development/libraries/ghc_filesystem/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "filesystem";
5
- version = "1.5.12";
+ version = "1.5.14";
6
7
src = fetchFromGitHub {
8
owner = "gulrak";
9
repo = "filesystem";
10
rev = "v${version}";
11
- hash = "sha256-j4RE5Ach7C7Kef4+H9AHSXa2L8OVyJljDwBduKcC4eE=";
+ hash = "sha256-XZ0IxyNIAs2tegktOGQevkLPbWHam/AOFT+M6wAWPFg=";
12
};
13
14
nativeBuildInputs = [ cmake ];
0 commit comments