fwup: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2022-08-24 10:48:52 +00:00
parent 6895427d34
commit fdf739f3bb

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fwup";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "sha256-ARwBm9p6o/iC09F6pc5c4qq3WClNTyAvLPsG58YQOAM=";
sha256 = "sha256-8R4QSCTSLjR0LZ6HpioeBm4xyhNoHfis60G4ZHfWS0o=";
};
nativeBuildInputs = [