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
+2 -2
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 = [