onedrivegui: 1.0.3 -> 1.1.0rc3
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user