fwup: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm
2026-04-25 08:32:43 +00:00
parent 47ec133254
commit 82f3bc09af
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fwup";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
tag = "v${finalAttrs.version}";
hash = "sha256-kVkw+/Z3+ZM1wXV/OmfaVPoUKc6MRuz8GRwpvOscuEM=";
hash = "sha256-SIRDVlC/g+rq5m4Ind7dqPzjdCjAxRK/kAdXt6byL/8=";
};
nativeBuildInputs = [