summary refs log tree commit diff
path: root/pkgs/tools/misc/fwup/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 04:25:49 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 04:25:49 -0700
commit5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7 (patch)
treed8a0ff3a706381a251cc3faa277ae190e2e35c6c /pkgs/tools/misc/fwup/default.nix
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar.gz
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar.bz2
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar.lz
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar.xz
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.tar.zst
nixlib-5ef7241e1aaf4d55b8160d4fe1b168465cfe68e7.zip
fwup: 1.0.0 -> 1.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fwup/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup -h’ got 0 exit code
- ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup --help’ got 0 exit code
- ran ‘/nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0/bin/fwup --version’ and found version 1.1.0
- found 1.1.0 with grep in /nix/store/37baank8iw1ksnyhg0m90y0p9sazyhv7-fwup-1.1.0
- directory tree listing: https://gist.github.com/eafe4f2b1c0b7a6fac5a4910f383ee94
Diffstat (limited to 'pkgs/tools/misc/fwup/default.nix')
-rw-r--r--pkgs/tools/misc/fwup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/fwup/default.nix b/pkgs/tools/misc/fwup/default.nix
index e334a2a8813e..3903fde3302e 100644
--- a/pkgs/tools/misc/fwup/default.nix
+++ b/pkgs/tools/misc/fwup/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "fwup-${version}";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "fhunleth";
     repo = "fwup";
     rev = "v${version}";
-    sha256 = "1v79q5s4lm8scrz9nmqcszyh40is6k7hkr15r4aljyfbp1gamsfs";
+    sha256 = "1jhl50yj5h6wl3fx1hcqi4vb7633srmbbcpsgajprc5fxscjgapm";
   };
 
   doCheck = true;