mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
onedrivegui: 1.0.3 -> 1.1.0rc3
This commit is contained in:
parent
e68d683175
commit
9a89dc1cff
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user