diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-12-06 17:27:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-07 10:02:19 +0000 |
| commit | 1188500bc436788d6950a73d9c776a7be987a251 (patch) | |
| tree | c003cd179fa5638839182edbb12e6257c73739ec | |
| parent | Merge #204523: thunderbird*: 102.5.0 -> 102.5.1 (diff) | |
| download | nixpkgs-1188500bc436788d6950a73d9c776a7be987a251.tar.gz | |
pt2-clone: 1.53.1 -> 1.54
(cherry picked from commit 890ce7d957e4d288343a17bf2a0225872673514a)
| -rw-r--r-- | pkgs/applications/audio/pt2-clone/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pt2-clone/default.nix b/pkgs/applications/audio/pt2-clone/default.nix index bbabcb45187e..77695f968969 100644 --- a/pkgs/applications/audio/pt2-clone/default.nix +++ b/pkgs/applications/audio/pt2-clone/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "pt2-clone"; - version = "1.53.1"; + version = "1.54"; src = fetchFromGitHub { owner = "8bitbubsy"; repo = "pt2-clone"; rev = "v${version}"; - sha256 = "sha256-7qBvv4D86uX8oqqJ+UDI+fbaG5g1+Zg1otuU9lqyTdo="; + sha256 = "sha256-d/BUt6jqJmw2MnerbvvhuUWpTHgQr47XuSoFDXo7GEQ="; }; nativeBuildInputs = [ cmake ]; |
