lol

helm: 2015-09-11 -> 0.6.1

+10 -9
+10 -9
pkgs/applications/audio/helm/default.nix
··· 1 - { stdenv, fetchgit, xorg, freetype, alsaLib, libjack2 2 - , lv2, pkgconfig, mesa }: 1 + { stdenv, fetchurl, xorg, freetype, alsaLib, libjack2 2 + , lv2, pkgconfig, mesa }: 3 3 4 - stdenv.mkDerivation rec { 5 - name = "helm-git-2015-09-11"; 4 + stdenv.mkDerivation rec { 5 + version = "0.6.1"; 6 + name = "helm-${version}"; 7 + 8 + src = fetchurl { 9 + url = "https://github.com/mtytel/helm/archive/v${version}.tar.gz"; 10 + sha256 = "18d7zx6r7har47zj6x1f2z91x796mxnix7w3x1yilmqnyqc56r3w"; 11 + }; 6 12 7 - src = fetchgit { 8 - url = "https://github.com/mtytel/helm.git"; 9 - rev = "ad798d4a0a2e7db52e1a7451176ff198a393cdb4"; 10 - sha256 = "0ic4xjikq7s2p53507ykv89844j6sqcd9mh3y59a6wnslr5wq1cw"; 11 - }; 12 13 13 14 buildInputs = [ 14 15 xorg.libX11 xorg.libXcomposite xorg.libXcursor xorg.libXext