Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5b6a9c6de13
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4398e9e346c1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 24, 2020

  1. python27Packages.azure-mgmt-web: 0.46.0 -> 0.47.0

    r-ryantm authored and Jon committed Jun 24, 2020
    Copy the full SHA
    ffedc82 View commit details
  2. bitwig-studio3: 3.1.3 -> 3.2.2 (#90461)

    * bitwig-studio3: 3.1.3 -> 3.2.1
    
    * bitwig-studio3: 3.1.3 -> 3.2.2
    
    * Update pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
    
    Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>
    
    * Update pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
    
    Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>
    
    Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>
    tasmo and Philipp-M authored Jun 24, 2020
    Copy the full SHA
    4398e9e View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
  2. +2 −2 pkgs/development/python-modules/azure-mgmt-web/default.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.1.3";
version = "3.2.2";

src = fetchurl {
url = "https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
sha256 = "11z5flmp55ywgxyccj3pzhijhaggi42i2pvacg88kcpj0cin57vl";
sha256 = "10zb78n75nbriyjah0m3syv3rv7qwbmj590z24hss7lifa3rs784";
};

buildInputs = oldAttrs.buildInputs ++ [ xorg.libXtst ];
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/azure-mgmt-web/default.nix
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "azure-mgmt-web";
version = "0.46.0";
version = "0.47.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "e1988aa2b91e6b5aa84e48ac02d5546945bdc2d8331744869e923ba15066c4a6";
sha256 = "1s6c477q2kpyiqkisw6l70ydyjkv3ay6zjjj4jl4ipv05a7356kq";
};

propagatedBuildInputs = [