onedrivegui: 1.0.3 -> 1.1.0rc3

This commit is contained in:
John Garcia 2024-09-04 18:17:10 +01:00
parent e68d683175
commit 9a89dc1cff

View File

@ -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 ];