From 91acbda3d22be325b3234a97438153a1981506d0 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:27:58 +0100 Subject: [PATCH] drum-machine: 1.5.0 -> 2.2.0 --- pkgs/by-name/dr/drum-machine/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/dr/drum-machine/package.nix b/pkgs/by-name/dr/drum-machine/package.nix index ba6d620b669c..d916e44fcca2 100644 --- a/pkgs/by-name/dr/drum-machine/package.nix +++ b/pkgs/by-name/dr/drum-machine/package.nix @@ -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