Unverified Commit f4971ef5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

exfatprogs: 1.2.8 -> 1.2.9 (#406772)

parents 41eda3b8 f958c6a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "exfatprogs";
  version = "1.2.8";
  version = "1.2.9";

  src = fetchFromGitHub {
    owner = "exfatprogs";
    repo = "exfatprogs";
    rev = version;
    sha256 = "sha256-lPPUjSc6ti/CqSChWrsBLWCtASN95Cnj+O6FbVvFeDA=";
    sha256 = "sha256-EENBlf5beuLJ++N7YThxzz2I/FXzb02by3KOUPOuEV4=";
  };

  nativeBuildInputs = [