drum-machine: 1.3.1 -> 1.4.0

Diff: https://github.com/Revisto/drum-machine/compare/v1.3.1...v1.4.0
Changelog: https://github.com/Revisto/drum-machine/releases/tag/v1.4.0
(cherry picked from commit 93bd7048f7)
This commit is contained in:
Seth Flynn
2025-08-06 16:28:55 +00:00
committed by github-actions[bot]
parent f4b1163304
commit f55f49e5bc

View File

@@ -17,14 +17,14 @@
python3Packages.buildPythonApplication rec {
pname = "drum-machine";
version = "1.3.1";
version = "1.4.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Revisto";
repo = "drum-machine";
tag = "v${version}";
hash = "sha256-/ziI2rRuhGG/7VZbZi6lr+Lmbo2kt9VxH9bqtCdreQs=";
hash = "sha256-5NzbjPzmrsF/xKLBwQ4MDPxz6OjBHioO7vcLMzMhidA=";
};
strictDeps = true;