summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-07-18 11:05:08 +0200
committerPeter Simons <simons@cryp.to>2013-07-18 11:07:59 +0200
commitd898762d8b0db968286ed515fd69243ea4a741ed (patch)
treeba7a2498e9dd5200eb83071745123b12f6952036 /pkgs/tools/cd-dvd/unetbootin
parent181dc4032dcb0a72eebf5f2949f9f56227dbabc2 (diff)
unetbootin: update to version 585
Diffstat (limited to 'pkgs/tools/cd-dvd/unetbootin')
-rw-r--r--pkgs/tools/cd-dvd/unetbootin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix
index b1fd5a10c2b4..0b97f03a9adc 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 = "563"; in
+let version = "585"; in
stdenv.mkDerivation rec {
name = "unetbootin-${version}";
src = fetchurl {
url = "mirror://sourceforge/unetbootin/UNetbootin/${version}/unetbootin-source-${version}.tar.gz";
- sha256 = "1j4ka6rjf5akhcdb4pbfdrka9zflhch97b5i42zk1cf8hd6wx939";
+ sha256 = "1jwwmh4bfrsy4clmnmk9y7h5cd9nh2z3bbm6qwd5p5aw0ich9vk3";
};
sourceRoot = ".";