Unverified Commit c2c8a42a authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

onedrive: 2.5.1 -> 2.5.2 (#346093)

parents 92248b23 6e8fc551
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "onedrive";
  version = "2.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "abraunegg";
    repo = "onedrive";
    rev = "v${finalAttrs.version}";
    hash = "sha256-up7o1myrQutDOEX98rkMlxJZs+Wzaf9HkOYNsX/JC4s=";
    hash = "sha256-neJi5lIx45GsuwZPzzwwEm1bfrL2DFSysVkxa4fCBww";
  };

  outputs = [