Skip to content

Commit

Permalink
fwup: 1.10.2 -> 1.11.0 (#346067)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 3, 2024
2 parents a1ebcbe + e1819a7 commit 124f89d
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 124f89d

Please sign in to comment.