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

Changed files
+2 -2
pkgs
by-name
dr
drum-machine
+2 -2
pkgs/by-name/dr/drum-machine/package.nix
···
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;