From 03c9a7727530bef878a87034a1d3d2f13bee2175 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 25 Feb 2016 11:29:03 +0100 Subject: helm: 2015-09-11 -> 0.6.1 --- pkgs/applications/audio/helm/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/audio/helm/default.nix b/pkgs/applications/audio/helm/default.nix index 7be510a64183..b4cf02886726 100644 --- a/pkgs/applications/audio/helm/default.nix +++ b/pkgs/applications/audio/helm/default.nix @@ -1,14 +1,15 @@ -{ stdenv, fetchgit, xorg, freetype, alsaLib, libjack2 -, lv2, pkgconfig, mesa }: + { stdenv, fetchurl, xorg, freetype, alsaLib, libjack2 + , lv2, pkgconfig, mesa }: -stdenv.mkDerivation rec { - name = "helm-git-2015-09-11"; + stdenv.mkDerivation rec { + version = "0.6.1"; + name = "helm-${version}"; + + src = fetchurl { + url = "https://github.com/mtytel/helm/archive/v${version}.tar.gz"; + sha256 = "18d7zx6r7har47zj6x1f2z91x796mxnix7w3x1yilmqnyqc56r3w"; + }; - src = fetchgit { - url = "https://github.com/mtytel/helm.git"; - rev = "ad798d4a0a2e7db52e1a7451176ff198a393cdb4"; - sha256 = "0ic4xjikq7s2p53507ykv89844j6sqcd9mh3y59a6wnslr5wq1cw"; - }; buildInputs = [ xorg.libX11 xorg.libXcomposite xorg.libXcursor xorg.libXext -- cgit 1.4.1