Skip to content

Commit 17467e9

Browse files
authored
furnace: 0.6.8 -> 0.6.8.1 (#396761)
2 parents bee6e9a + 27f358e commit 17467e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fu/furnace/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
stdenv.mkDerivation (finalAttrs: {
3131
pname = "furnace";
32-
version = "0.6.8";
32+
version = "0.6.8.1";
3333

3434
src = fetchFromGitHub {
3535
owner = "tildearrow";
3636
repo = "furnace";
3737
tag = "v${finalAttrs.version}";
3838
fetchSubmodules = true;
39-
hash = "sha256-pdl46Xrq1NS0Wtri/xMfd4SxKnFQykB0TpOG/GJT89Y=";
39+
hash = "sha256-R4yQqTPVNx5i9AeY06T0QdNN22ImLvD0bH96r5ojPLo=";
4040
};
4141

4242
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''

0 commit comments

Comments
 (0)