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
This commit is contained in:
parent
652a24f21a
commit
e15db25ff3
1 changed files with 4 additions and 4 deletions
|
@ -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 = ".";
|
||||
|
|
Loading…
Reference in a new issue