Commit cf0de14f authored by John Garcia's avatar John Garcia
Browse files

onedrive: 2.5.0-rc3 -> 2.5.0

parent 8c9630d2
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.0-rc3";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "abraunegg";
    repo = "onedrive";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UOtCRCHTBpPScFB/OcGalGFjVUslULBO3KIED+0Hs+M=";
    hash = "sha256-Kxva4gTF45arU3o/jcA5pKT7XhFY89sc6Y862FKE3BE=";
  };

  outputs = [