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: ace14c5b388a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb0843898b43
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 22, 2020

  1. qview: 2.0 -> 3.0

    r-ryantm committed Jan 22, 2020
    Copy the full SHA
    5a4afd2 View commit details

Commits on Jan 23, 2020

  1. Merge pull request #78334 from r-ryantm/auto-update/qview

    qview: 2.0 -> 3.0
    ryantm authored Jan 23, 2020
    Copy the full SHA
    cb08438 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/qview/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/qview/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{stdenv, fetchFromGitHub, qmake}:
stdenv.mkDerivation rec {
pname = "qview";
version = "2.0";
version = "3.0";
src = fetchFromGitHub {
owner = "jurplel";
repo = "qView";
rev = version;
sha256 = "1s29hz44rb5dwzq8d4i4bfg77dr0v3ywpvidpa6xzg7hnnv3mhi5";
sha256 = "15a91bs3wcqhgf76wzigbn10hayg628j84pq4j2vaxar94ak0vk7";
};
nativeBuildInputs = [ qmake ];
patchPhase = ''