summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 15:12:15 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 15:12:15 -0700
commite71b9c8239c745de74da660f23c805de5afde0e5 (patch)
treed5c458f0774794eebf98c3e59307367417e714fe /pkgs/tools/cd-dvd/unetbootin
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar.gz
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar.bz2
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar.lz
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar.xz
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.tar.zst
nixpkgs-e71b9c8239c745de74da660f23c805de5afde0e5.zip
unetbootin: 661 -> 675
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unetbootin/versions
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 9495f8dac99..a6c2885d4b4 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 = "661";
+  version = "675";
 
   src = fetchFromGitHub {
     owner  = "unetbootin";
     repo   = "unetbootin";
     rev    = version;
-    sha256 = "0jwmmym86x9hc6yr619dxdbxdawx8x0zwld0dfrhzwxvwbqbpav5";
+    sha256 = "0b7z2amsf6i7b56a5sfs5di1vh30h6ybcqg23d5gx5zgn3w38w4a";
   };
 
   setSourceRoot = ''