Skip to content

Commit

Permalink
virtmanager-qt: 0.39.60 -> 0.42.67
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 18, 2017
1 parent 17bfb6a commit ee20e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/virt-manager/qt.nix
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "virt-manager-qt-${version}";
version = "0.39.60";
version = "0.42.67";

src = fetchFromGitHub {
owner = "F1ash";
repo = "qt-virt-manager";
rev = "${version}";
sha256 = "010lpw85m5sd613l281y4zxkp5v3k16pgnawskbi1ricsnj4k5mh";
sha256 = "0hskaffc84wf8h9qck5xg840jw8x2krfy6cw4hqnq946z9lbyanr";
};

cmakeFlags = [
Expand Down

0 comments on commit ee20e89

Please sign in to comment.