Unverified Commit 780bc20c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #311052 from r-ryantm/auto-update/gmetronome

gmetronome: 0.3.3 -> 0.3.4
parents 9476ddba 41097641
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

stdenv.mkDerivation rec {
  pname = "gmetronome";
  version = "0.3.3";
  version = "0.3.4";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "dqpb";
    repo = "gmetronome";
    rev = version;
    hash = "sha256-ilFO1HwleWIQ51Bkzck1sm1Yu3ugqkvZrpxPOYzXydM=";
    hash = "sha256-fjtdM2/LMZx0dFt78Ih4BG5+NZoocPknh5INA+2e5qk=";
  };

  nativeBuildInputs = [