drum-machine: 1.0.0 -> 1.3.1 (#386566)

This commit is contained in:
Seth Flynn
2025-03-03 08:56:11 -05:00
committed by GitHub
+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;