Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d0972c9637d1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3310df291cc8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 2, 2020

  1. bitwig-studio3: 3.2.6 -> 3.2.7

    tasmo committed Sep 2, 2020
    Copy the full SHA
    ba11f71 View commit details

Commits on Sep 5, 2020

  1. Merge pull request #96952 from tasmo/bitwig-studio-3.2.7

    bitwig-studio3: 3.2.6 -> 3.2.7
    Lassulus authored Sep 5, 2020
    Copy the full SHA
    3310df2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

bitwig-studio1.overrideAttrs (oldAttrs: rec {
name = "bitwig-studio-${version}";
version = "3.2.6";
version = "3.2.7";

src = fetchurl {
url = "https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
sha256 = "00hrbgnjns3s8lbjbabwwqvbwz4dlrg33cs3d1qlpzgi3y72h3nn";
sha256 = "1mj9kii4bnk5w2p18hypwy8swkpzkaqw98q5fsjq362x4qm0b3py";
};

buildInputs = oldAttrs.buildInputs ++ [ xorg.libXtst ];