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: 634f5f0d0f68
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a4d03dc7f4d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 1, 2017

  1. smplayer: 17.4.2 -> 17.6.0

    vbgl committed Jun 1, 2017
    Copy the full SHA
    790dedf View commit details
  2. smtube: 17.1.0 -> 17.5.0

    vbgl committed Jun 1, 2017
    Copy the full SHA
    3a4d03d View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/video/smplayer/default.nix
  2. +2 −2 pkgs/applications/video/smtube/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/smplayer/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, qmakeHook, qtscript }:

stdenv.mkDerivation rec {
name = "smplayer-17.4.2";
name = "smplayer-17.6.0";

src = fetchurl {
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
sha256 = "1lc5pj0y56yynygb7cnl98lpvsf82rc0aa4si8isn81nvy07hmq5";
sha256 = "0kgrkn50sgr79jfj66p59wka17prnxibf7fbfpg5m0n95kdkr7rg";
};

buildInputs = [ qtscript ];
4 changes: 2 additions & 2 deletions pkgs/applications/video/smtube/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, qmakeHook, qtscript, qtwebkit }:

stdenv.mkDerivation rec {
version = "17.1.0";
version = "17.5.0";
name = "smtube-${version}";

src = fetchurl {
url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
sha256 = "1kg45qkr7nvchy9ih24vlbpkn6vd8v8qw5xqsjhjpjkizcmzaa61";
sha256 = "13m0ll18n1da8i4r4b7gn0jjz9dgrkkyk9mpfas4rgnjw92m5jld";
};

makeFlags = [