Commit bfcd5e6b authored by R. RyanTM's avatar R. RyanTM
Browse files

exfatprogs: 1.2.0 -> 1.2.1

parent c4ad7209
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "exfatprogs";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-8M+016RnwZt0BrRaCTytpl7o+8MJAkS5CG/GvNAJRgk=";
    sha256 = "sha256-xNspLbm7v4nj82Y4gYqWEBU7cVlFBh3rnqhQ8CXEqrw=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook file ];