We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39b8684 + 6b20615 commit 56856abCopy full SHA for 56856ab
1 file changed
pkgs/by-name/fw/fwup/package.nix
@@ -21,13 +21,13 @@
21
22
stdenv.mkDerivation rec {
23
pname = "fwup";
24
- version = "1.12.0";
+ version = "1.13.0";
25
26
src = fetchFromGitHub {
27
owner = "fhunleth";
28
repo = "fwup";
29
rev = "v${version}";
30
- sha256 = "sha256-WYolvHAK7l1HJZuBXsPJ+X6uzWFHBlHELx4zvD/S934=";
+ sha256 = "sha256-j/UuJf7tDY1ku2vfmh2f8fQVZS7dhmiH6T1zS8IlcDE=";
31
};
32
33
nativeBuildInputs = [
0 commit comments