fwup: 1.13.2 -> 1.15.0

This commit is contained in:
R. Ryantm
2025-12-27 08:28:05 +00:00
parent 4eec65df50
commit 759a15c0a8
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fwup";
version = "1.13.2";
version = "1.15.0";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "sha256-s9M734Ohf8kItoOdaxewk4Enbrm2wsT0M4Ak9+q3KA8=";
sha256 = "sha256-kVkw+/Z3+ZM1wXV/OmfaVPoUKc6MRuz8GRwpvOscuEM=";
};
nativeBuildInputs = [