drum-machine: 1.5.0 -> 2.2.0

This commit is contained in:
Hythera
2026-02-10 16:28:04 +01:00
parent 953355a956
commit 91acbda3d2
+4 -2
View File
@@ -1,6 +1,7 @@
{
lib,
appstream,
blueprint-compiler,
desktop-file-utils,
fetchFromGitHub,
glib,
@@ -18,20 +19,21 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "drum-machine";
version = "1.5.0";
version = "2.2.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Revisto";
repo = "drum-machine";
tag = "v${finalAttrs.version}";
hash = "sha256-F3h3BxLNkJq0jpfNOGcTbckpc8CksyA3Bc8GNKviB+I=";
hash = "sha256-CBDRoUD4kvbqkyUzxmPEcbW4UJLycRAYC4s40fZ0xYY=";
};
strictDeps = true;
nativeBuildInputs = [
appstream
blueprint-compiler
desktop-file-utils
glib
gobject-introspection