1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

furnace: 0.6.6 -> 0.6.7

This commit is contained in:
OPNA2608 2024-08-29 15:04:30 +02:00
parent c45c1e450c
commit 1e9aab76bb

View file

@ -28,14 +28,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "furnace";
version = "0.6.6";
version = "0.6.7";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-op1AIJ5xnjv+SZEYR0Cvy+NbC7ll1NJlmx69FOnea+I=";
hash = "sha256-G5yjqsep+hDGXCqGNBKoMvV7JOD7ZZTxTPBl9VmG8RM=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''