drum-machine: 1.0.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-03-03 02:22:18 +00:00
parent 44d63babed
commit 036fc16918
+2 -2
View File
@@ -17,14 +17,14 @@
python3Packages.buildPythonApplication rec {
pname = "drum-machine";
version = "1.0.0";
version = "1.3.1";
pyproject = false;
src = fetchFromGitHub {
owner = "Revisto";
repo = "drum-machine";
tag = "v${version}";
hash = "sha256-7D9Cda0HILRC/RLySC7jEJ7QhoO2KOQBFNZtn9wD+54=";
hash = "sha256-/ziI2rRuhGG/7VZbZi6lr+Lmbo2kt9VxH9bqtCdreQs=";
};
strictDeps = true;