Skip to content

Commit

Permalink
fwup: 1.10.2 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 3, 2024
1 parent 78389c5 commit e1819a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fwup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e1819a7

Please sign in to comment.