fwup: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2024-04-26 13:02:35 +00:00
parent b00f19626a
commit 0ac4c71a36

View File

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