From f55f49e5bc3e63b2adb21a3ef025027aaa2bfba1 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 6 Aug 2025 16:28:55 +0000 Subject: [PATCH] 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 93bd7048f7734c54f0c3fa17fdb7c4511d8278c7) --- pkgs/by-name/dr/drum-machine/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/dr/drum-machine/package.nix b/pkgs/by-name/dr/drum-machine/package.nix index b9ab61038c73..f64784a6b9be 100644 --- a/pkgs/by-name/dr/drum-machine/package.nix +++ b/pkgs/by-name/dr/drum-machine/package.nix @@ -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;