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

fwup: 1.10.0 -> 1.10.1
This commit is contained in:
Pol Dellaiera 2023-08-02 18:21:07 +02:00 committed by GitHub
commit 6e4b986414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fwup";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "sha256-oFGgQa52NPNOouNHvyZoen7jDIqxckpjLFfzfbbcT/c=";
sha256 = "sha256-s2TlxksxGYvRqDwRA7eLlXAyT5uPK2DiL8ma1nNVz5Q=";
};
nativeBuildInputs = [