summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-05 15:57:40 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-05 15:57:40 -0700
commitf63c52bc424e1c2c91cc679e880e8c8db980df42 (patch)
tree97cf44f377a3973b7cca35d211b2b707f1e47296 /pkgs/tools/cd-dvd/unetbootin
parent8414fa2d6bb1249ed77565ff6b9f312fd52917da (diff)
downloadnixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar.gz
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar.bz2
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar.lz
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar.xz
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.tar.zst
nixpkgs-f63c52bc424e1c2c91cc679e880e8c8db980df42.zip
unetbootin: 657 -> 661
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.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/unetbootin had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/.unetbootin-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 661 with grep in /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661
- directory tree listing: https://gist.github.com/b36c6d9dbe30c7b0e794715dafed8272
- du listing: https://gist.github.com/2da554212740e7e9655de8e211d2e8ed
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 7deac71f151..502937dd565 100644
--- a/pkgs/tools/cd-dvd/unetbootin/default.nix
+++ b/pkgs/tools/cd-dvd/unetbootin/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "unetbootin-${version}";
-  version = "657";
+  version = "661";
 
   src = fetchFromGitHub {
     owner  = "unetbootin";
     repo   = "unetbootin";
     rev    = version;
-    sha256 = "18bbcrjk6ladr46kl3dvqz5pq2xcv4nnwmajqllb4sl3k1xqsngy";
+    sha256 = "0jwmmym86x9hc6yr619dxdbxdawx8x0zwld0dfrhzwxvwbqbpav5";
   };
 
   setSourceRoot = ''