about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 15:32:56 +0000
committerGitHub <noreply@github.com>2021-12-11 15:32:56 +0000
commit8634334a153d2a37fad6f92464021ddef51299ad (patch)
treef854b056ed9ecb42b0e10f106f0d996ad6278140 /pkgs/applications/video
parentc443adc7bbdf0441d5cfca2b747fca93287c64b5 (diff)
parent97c4f50d7f004bca97857ddfcc827bf21600ebf4 (diff)
Merge pull request #150247 from r-ryantm/auto-update/bino
bino3d: 1.6.7 -> 1.6.8
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/bino3d/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/bino3d/default.nix b/pkgs/applications/video/bino3d/default.nix
index 2a732ffa1846c..b1f5a693de426 100644
--- a/pkgs/applications/video/bino3d/default.nix
+++ b/pkgs/applications/video/bino3d/default.nix
@@ -2,11 +2,11 @@
 
 mkDerivation rec {
   pname = "bino";
-  version = "1.6.7";
+  version = "1.6.8";
 
   src = fetchurl {
     url = "https://bino3d.org/releases/${pname}-${version}.tar.xz";
-    sha256 = "04yl7ibnhajlli4a5x77az8jxbzw6b2wjay8aa6px551nmiszn9k";
+    sha256 = "sha256-8sIdX+qm7CGPHIziFBHHIe+KEbhbwDY6w/iRm1V+so4=";
   };
 
   nativeBuildInputs = [ pkg-config ];