about summary refs log tree commit diff
path: root/pkgs/applications/audio/patchance
diff options
context:
space:
mode:
authorPowerUser64 <blake@blakenorth.net>2023-08-29 01:39:21 -0700
committerArtturin <Artturin@artturin.com>2023-08-29 17:21:10 +0300
commit07f70f87f46ab6634170d69d32fd7d1784cbdc5a (patch)
tree6edfc7ea3d8b30df387b6f08519245e78a1504f6 /pkgs/applications/audio/patchance
parent4fa859c5f1e5346870954e455afa52fc591fd5c5 (diff)
patchance: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/applications/audio/patchance')
-rw-r--r--pkgs/applications/audio/patchance/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/patchance/default.nix b/pkgs/applications/audio/patchance/default.nix
index 25899f34b9f6f..7770065b3d1c3 100644
--- a/pkgs/applications/audio/patchance/default.nix
+++ b/pkgs/applications/audio/patchance/default.nix
@@ -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";