summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-05-18 17:41:52 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-05-20 09:16:06 +0200
commit02a72a7e44afbb0bba05ef6c1b309e72b7aa407e (patch)
tree5fc34ba83eba95a81545511ab5d455bfc20d6a7d /pkgs/tools/cd-dvd/unetbootin
parent48449696895f96b5d6c831d3532fa24a914c6242 (diff)
downloadnixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar.gz
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar.bz2
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar.lz
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar.xz
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.tar.zst
nixpkgs-02a72a7e44afbb0bba05ef6c1b309e72b7aa407e.zip
unetbootin: update 585 -> 603
Diffstat (limited to 'pkgs/tools/cd-dvd/unetbootin')
-rw-r--r--pkgs/tools/cd-dvd/unetbootin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix
index 0b97f03a9ad..39b7c809858 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 = "585"; in
+let version = "603"; in
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "unetbootin-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/unetbootin/UNetbootin/${version}/unetbootin-source-${version}.tar.gz";
-    sha256 = "1jwwmh4bfrsy4clmnmk9y7h5cd9nh2z3bbm6qwd5p5aw0ich9vk3";
+    sha256 = "03nhy1w9q0ycpcni6w61ps1mji859nvmvr1bhnlzi04z0s5ldbwx";
   };
 
   sourceRoot = ".";