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

fwup: 1.9.1 -> 1.10.0
This commit is contained in:
Weijia Wang
2023-04-20 23:26:22 +03:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fwup";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "sha256-8R4QSCTSLjR0LZ6HpioeBm4xyhNoHfis60G4ZHfWS0o=";
sha256 = "sha256-oFGgQa52NPNOouNHvyZoen7jDIqxckpjLFfzfbbcT/c=";
};
nativeBuildInputs = [