We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee6e9a + 27f358e commit 17467e9Copy full SHA for 17467e9
pkgs/by-name/fu/furnace/package.nix
@@ -29,14 +29,14 @@
29
30
stdenv.mkDerivation (finalAttrs: {
31
pname = "furnace";
32
- version = "0.6.8";
+ version = "0.6.8.1";
33
34
src = fetchFromGitHub {
35
owner = "tildearrow";
36
repo = "furnace";
37
tag = "v${finalAttrs.version}";
38
fetchSubmodules = true;
39
- hash = "sha256-pdl46Xrq1NS0Wtri/xMfd4SxKnFQykB0TpOG/GJT89Y=";
+ hash = "sha256-R4yQqTPVNx5i9AeY06T0QdNN22ImLvD0bH96r5ojPLo=";
40
};
41
42
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
0 commit comments