summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-06-11 14:31:44 +0200
committerBart Brouns <bart@magnetophon.nl>2020-06-11 15:29:20 +0200
commit20f710cac5ef8bbe7bf40192c13dcc74c756a8de (patch)
treef064a06c271bd26f17e1a39f207cd15b3d4f08fc /pkgs/tools/cd-dvd
parent3a70659b4d012cd662be1579a662a4e00118c66c (diff)
downloadnixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar.gz
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar.bz2
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar.lz
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar.xz
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.tar.zst
nixpkgs-20f710cac5ef8bbe7bf40192c13dcc74c756a8de.zip
unetbootin: 677 -> 681
Diffstat (limited to 'pkgs/tools/cd-dvd')
-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 d81790d66a8..ae9e6724fac 100644
--- a/pkgs/tools/cd-dvd/unetbootin/default.nix
+++ b/pkgs/tools/cd-dvd/unetbootin/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "unetbootin";
-  version = "677";
+  version = "681";
 
   src = fetchFromGitHub {
     owner  = "unetbootin";
     repo   = "unetbootin";
     rev    = version;
-    sha256 = "1mk6179r2lz2d0pvln1anvf5p4l7vfrnnnlhgyx2dlx6pfacsspy";
+    sha256 = "0ppqb7ywh4cpcjr5nw6f65dx4s8kx09gnhihnby3zjhxdf4l99fm";
   };
 
   setSourceRoot = ''