fwup: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-04-19 16:24:57 +00:00
parent bb2009ca18
commit 6676b245e2

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