Skip to content

Commit 6b20615

Browse files
committed
fwup: 1.12.0 -> 1.13.0
1 parent 88c2eff commit 6b20615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/fw/fwup/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "fwup";
24-
version = "1.12.0";
24+
version = "1.13.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "fhunleth";
2828
repo = "fwup";
2929
rev = "v${version}";
30-
sha256 = "sha256-WYolvHAK7l1HJZuBXsPJ+X6uzWFHBlHELx4zvD/S934=";
30+
sha256 = "sha256-j/UuJf7tDY1ku2vfmh2f8fQVZS7dhmiH6T1zS8IlcDE=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)