Commit a5724ce8 authored by R. RyanTM's avatar R. RyanTM
Browse files

onedrivegui: 1.2.2 -> 1.3.0

parent 45af851c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "1.2.2";
  version = "1.3.0";

  setupPy = writeText "setup.py" ''
    from setuptools import setup
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
    owner = "bpozdena";
    repo = "OneDriveGUI";
    tag = "v${version}";
    hash = "sha256-B563G4MfP0mjOyy9O3Iw5KSNB3PtRU7YViOT7trxTtg=";
    hash = "sha256-Y2+5f8/v4SPO6uUnjVTaHrHcGGPEhzm2WExJvmF9M1A=";
  };

  build-system = with python3Packages; [