Merge pull request #42274 from r-ryantm/auto-update/fwup

fwup: 1.1.0 -> 1.2.1
This commit is contained in:
Jörg Thalheim 2018-06-21 11:27:24 +01:00 committed by GitHub
commit bc8ba3e72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "fwup-${version}";
version = "1.1.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "1jhl50yj5h6wl3fx1hcqi4vb7633srmbbcpsgajprc5fxscjgapm";
sha256 = "14a3bd84bnnxdrf1x80w860mhm3x4cy9jp9sf9643svq4bky4i41";
};
doCheck = true;