From e15db25ff3a8b96fdab929be4f3dde0d89d4d954 Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Mon, 31 Oct 2011 00:25:55 +0000 Subject: Updating unetbootin to 563, the previous version was not working for me at all, it dropped me to a busybox shell svn path=/nixpkgs/trunk/; revision=30139 --- pkgs/tools/cd-dvd/unetbootin/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/tools/cd-dvd/unetbootin') diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix index ff5b260c9f3..20d5ae7715e 100644 --- a/pkgs/tools/cd-dvd/unetbootin/default.nix +++ b/pkgs/tools/cd-dvd/unetbootin/default.nix @@ -1,13 +1,13 @@ { stdenv, fetchurl, makeWrapper, qt4, utillinux, coreutils, which, p7zip, mtools, syslinux }: -let version = "485"; in +let version = "563"; in stdenv.mkDerivation rec { name = "unetbootin-${version}"; src = fetchurl { url = "mirror://sourceforge/unetbootin/UNetbootin/${version}/unetbootin-source-${version}.tar.gz"; - sha256 = "1nyzy1wrql0l6zkmrd1l3qqvbdkv0534axdz6vy3cyksp157jxc8"; + sha256 = "1j4ka6rjf5akhcdb4pbfdrka9zflhch97b5i42zk1cf8hd6wx939"; }; sourceRoot = "."; @@ -43,13 +43,13 @@ stdenv.mkDerivation rec { '' ensureDir $out/bin cp unetbootin $out/bin - + ensureDir $out/share/unetbootin cp unetbootin_*.qm $out/share/unetbootin ensureDir $out/share/applications cp unetbootin.desktop $out/share/applications - + wrapProgram $out/bin/unetbootin \ --prefix PATH : ${which}/bin:${p7zip}/bin:${mtools}/bin ''; -- cgit 1.4.1