drum-machine: 1.3.1 -> 1.4.0 (#431496)

authored by Seth Flynn and committed by GitHub 5ec8dc99 81f1a1e0

+2 -2
+2 -2
pkgs/by-name/dr/drum-machine/package.nix
··· 17 17 18 18 python3Packages.buildPythonApplication rec { 19 19 pname = "drum-machine"; 20 - version = "1.3.1"; 20 + version = "1.4.0"; 21 21 pyproject = false; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "Revisto"; 25 25 repo = "drum-machine"; 26 26 tag = "v${version}"; 27 - hash = "sha256-/ziI2rRuhGG/7VZbZi6lr+Lmbo2kt9VxH9bqtCdreQs="; 27 + hash = "sha256-5NzbjPzmrsF/xKLBwQ4MDPxz6OjBHioO7vcLMzMhidA="; 28 28 }; 29 29 30 30 strictDeps = true;