onedrivegui: 1.2.1 -> 1.2.2

This commit is contained in:
PhiliPdB
2025-09-15 19:25:17 +02:00
parent 141f93b280
commit eb497d15d4
+2 -2
View File
@@ -13,7 +13,7 @@
}:
let
version = "1.2.1";
version = "1.2.2";
setupPy = writeText "setup.py" ''
from setuptools import setup
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
owner = "bpozdena";
repo = "OneDriveGUI";
tag = "v${version}";
hash = "sha256-QCSCJ1m/PKSpkfseq8fyDEHFyIt156Lp15JC04NY0ps=";
hash = "sha256-B563G4MfP0mjOyy9O3Iw5KSNB3PtRU7YViOT7trxTtg=";
};
build-system = with python3Packages; [