summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-01-01 14:35:03 +0100
committerGitHub <noreply@github.com>2023-01-01 14:35:03 +0100
commit5a9a3353342fc2a964c58f91ef8cbb19585c3af8 (patch)
tree993890c44506f338f084af0c3d844eeb2fb1d8fc
parent161f6dbf591326e77e16f7d1da06ed404fcdc461 (diff)
parentb75e7815790b383fccdfca4ba703b16cd0467cf3 (diff)
downloadnixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar.gz
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar.bz2
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar.lz
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar.xz
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.tar.zst
nixpkgs-5a9a3353342fc2a964c58f91ef8cbb19585c3af8.zip
Merge pull request #208553 from OPNA2608/update/furnace
furnace: 0.6pre2 -> 0.6pre3
-rw-r--r--pkgs/applications/audio/furnace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/furnace/default.nix b/pkgs/applications/audio/furnace/default.nix
index 31defdeb2f5..0f15775b38d 100644
--- a/pkgs/applications/audio/furnace/default.nix
+++ b/pkgs/applications/audio/furnace/default.nix
@@ -21,14 +21,14 @@
 
 stdenv.mkDerivation rec {
   pname = "furnace";
-  version = "0.6pre2";
+  version = "0.6pre3";
 
   src = fetchFromGitHub {
     owner = "tildearrow";
     repo = "furnace";
     rev = "v${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-ydywnlZ6HEcTiBIB92yduCzPsOljvypP1KpCVjETzBc=";
+    sha256 = "sha256-bHVeTw69k6LLcrfkmGxvjlFfR/hWiCfm/P3utknid1o=";
   };
 
   nativeBuildInputs = [