about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-05 22:27:09 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-05 22:27:09 +0200
commitea2f5c7c754d2e06b2d2973368c2372f05492c50 (patch)
tree9e168d109363a6aba1576f26b4f58ec4bebb9182 /pkgs/applications/graphics
parentbbb1f1980a8868f857a61733ee78ad9eee298c47 (diff)
f3d: 2.3.1 -> 2.4.0
Diff: https://github.com/f3d-app/f3d/compare/refs/tags/v2.3.1...v2.4.0

Changelog: https://github.com/f3d-app/f3d/releases/tag/v2.4.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/f3d/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix
index 84d8c62915736..3b45ca987f1a2 100644
--- a/pkgs/applications/graphics/f3d/default.nix
+++ b/pkgs/applications/graphics/f3d/default.nix
@@ -14,7 +14,7 @@
 
 stdenv.mkDerivation rec {
   pname = "f3d";
-  version = "2.3.1";
+  version = "2.4.0";
 
   outputs = [ "out" "man" ];
 
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     owner = "f3d-app";
     repo = "f3d";
     rev = "refs/tags/v${version}";
-    hash = "sha256-A6PD++wZZfVp/3hV7yefQPhxTpvpZHN0h0pRCxA6vkU=";
+    hash = "sha256-mqkPegbGos38S50CoV4Qse9Z4wZ327UmIwmSrrP35uI=";
   };
 
   nativeBuildInputs = [