Loading pkgs/by-name/on/onedrivegui/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: let version = "1.0.3"; version = "1.1.0rc3"; setupPy = writeText "setup.py" '' from setuptools import setup Loading @@ -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 Loading
pkgs/by-name/on/onedrivegui/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: let version = "1.0.3"; version = "1.1.0rc3"; setupPy = writeText "setup.py" '' from setuptools import setup Loading @@ -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