Skip to content

Commit

Permalink
hydrogen: 1.2.2 -> 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent 032116f commit 6199fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/hydrogen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "hydrogen";
version = "1.2.2";
version = "1.2.3";

src = fetchFromGitHub {
owner = "hydrogen-music";
repo = pname;
rev = version;
sha256 = "sha256-A9mLiPh7ZMWJ11PcVP07IxZ8WdV2HkkKLix77egbC0M=";
sha256 = "sha256-7dgckFscyms+HW3xrsr3+lMua/H82U2jLkm/OKw3YWE=";
};

nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
Expand Down

0 comments on commit 6199fe1

Please sign in to comment.