patchance: 1.0.0 -> 1.1.0

This commit is contained in:
PowerUser64
2023-08-29 17:21:10 +03:00
committed by Artturin
parent 4fa859c5f1
commit 07f70f87f4
@@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "patchance";
version = "1.0.0";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/Houston4444/Patchance/releases/download/v${version}/Patchance-${version}-source.tar.gz";
sha256 = "sha256-8Zn6xcDv4hBFXnaXK9xslYEB8uHEfIP+1NKvcPAyHj0=";
sha256 = "sha256-wlkEKkPH2C/y7TQicIVycWbtLUdX2hICcUWi7nFN51w=";
};
format = "other";