mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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 93bd7048f7)
This commit is contained in:
committed by
github-actions[bot]
parent
f4b1163304
commit
f55f49e5bc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user