Skip to content

Commit

Permalink
rubberband: 3.3.0 -> 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and dotlambda committed Dec 16, 2024
1 parent 7746ea9 commit 2eece2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ru/rubberband/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "rubberband";
version = "3.3.0";
version = "4.0.0";

src = fetchurl {
url = "https://breakfastquay.com/files/releases/${pname}-${version}.tar.bz2";
hash = "sha256-2e+J4rjvn4WxOsPC+uww4grPLJ86nIxFzmN/K8leV2w=";
url = "https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2";
hash = "sha256-rwUDE+5jvBizWy4GTl3OBbJ2qvbRqiuKgs7R/i+AKOk=";
};

nativeBuildInputs = [ pkg-config meson ninja jdk_headless ];
Expand Down

0 comments on commit 2eece2f

Please sign in to comment.