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

fwup: 1.10.1 -> 1.10.2
This commit is contained in:
Jörg Thalheim 2024-04-30 09:45:43 +02:00 committed by GitHub
commit 16bae18a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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