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

partclone: 0.3.34 -> 0.3.36 (#394568)

parents 408c66a6 ef5d887a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "partclone";
  version = "0.3.34";
  version = "0.3.36";

  src = fetchFromGitHub {
    owner = "Thomas-Tsai";
    repo = "partclone";
    rev = version;
    sha256 = "sha256-VxHxg5O/ox97rgRvY+KJJx35DVruack2Nu7JKwysruc=";
    sha256 = "sha256-TZkWDs0KC2Kb7l5QFiHITJqWyq+ryj5mnhNY1wxcUyE=";
  };

  nativeBuildInputs = [