Unverified Commit 5ec8dc99 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

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

parents 81f1a1e0 93bd7048
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;