fwup: 1.10.2 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-10-03 04:21:37 +00:00
parent 78389c563c
commit e1819a7650

View File

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