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

Commits on Nov 26, 2017

  1. Unverified

    The committer email address is not verified.
    Copy the full SHA
    92edbb0 View commit details

Commits on Dec 5, 2017

  1. Merge pull request #32070 from adisbladis/virt-manager-1_4_3

    virt-manager: 1.4.2 -> 1.4.3
    FRidh authored Dec 5, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a2adaf2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/virtualization/virt-manager/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/virt-manager/default.nix
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@ with stdenv.lib;

python2Packages.buildPythonApplication rec {
name = "virt-manager-${version}";
version = "1.4.2";
version = "1.4.3";
namePrefix = "";

src = fetchurl {
url = "http://virt-manager.org/download/sources/virt-manager/${name}.tar.gz";
sha256 = "0x6mnqw8bng3r69pvmnq9q6yyhicxg22yz62b6dzbb4z16xl1r23";
sha256 = "093azs8p4p7y4nf5j25xpsvdxww7gky1g0hs8mkcvmpxl2wjd0jj";
};

nativeBuildInputs = [ wrapGAppsHook intltool file ];