Unverified Commit 34cc90ed authored by isabel's avatar isabel Committed by GitHub
Browse files

onedrive: 2.5.7 -> 2.5.9 (#459229)

parents a870efb0 9620d2b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "onedrive";
  version = "2.5.7";
  version = "2.5.9";

  src = fetchFromGitHub {
    owner = "abraunegg";
    repo = "onedrive";
    tag = "v${finalAttrs.version}";
    hash = "sha256-IllPh4YJvoAAyXDmSNwWDHN/EUtUuUqS7TOnBpr3Yts=";
    hash = "sha256-Vrr7KR4yMH+IZ56IUTp9eAhxEtiXx+ppleUd7jSLzxc=";
  };

  outputs = [