Commit 9a89dc1c authored by John Garcia's avatar John Garcia
Browse files

onedrivegui: 1.0.3 -> 1.1.0rc3

parent e68d6831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

let
  version = "1.0.3";
  version = "1.1.0rc3";

  setupPy = writeText "setup.py" ''
    from setuptools import setup
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
    owner = "bpozdena";
    repo = "OneDriveGUI";
    rev = "v${version}";
    hash = "sha256-HutziAzhIDYP8upNPieL2GNrxPBHUCVs09FFxdSqeBs=";
    hash = "sha256-d5NAcT3x9R/2DVQKZsw4GH63nTlVFsvkWwMrb42s18s=";
  };

  nativeBuildInputs = [ copyDesktopItems makeWrapper ];