summary refs log tree commit diff
path: root/pkgs/applications/graphics/fstl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-02 10:15:25 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-02 10:15:25 +0000
commit8beea3f8cee71886f283276f47afffd8628666af (patch)
tree62a7617a501eac2b1ad1c0ec3a672fafb8f01422 /pkgs/applications/graphics/fstl
parent285bd2642bf66662c919e6d9fd91c28f82cb2a75 (diff)
downloadnixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar.gz
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar.bz2
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar.lz
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar.xz
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.tar.zst
nixpkgs-8beea3f8cee71886f283276f47afffd8628666af.zip
fstl: 0.9.3 -> 0.9.4
Diffstat (limited to 'pkgs/applications/graphics/fstl')
-rw-r--r--pkgs/applications/graphics/fstl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/fstl/default.nix b/pkgs/applications/graphics/fstl/default.nix
index 1d712a63fbd..c96ea765d43 100644
--- a/pkgs/applications/graphics/fstl/default.nix
+++ b/pkgs/applications/graphics/fstl/default.nix
@@ -2,7 +2,7 @@
 
 mkDerivation rec {
   pname = "fstl";
-  version = "0.9.3";
+  version = "0.9.4";
 
   buildInputs = [qtbase mesa_glu];
 
@@ -23,7 +23,7 @@ mkDerivation rec {
     owner = "mkeeter";
     repo = "fstl";
     rev = "v" + version;
-    sha256 = "1j0y9xbf0ybrrnsmfzgpyyz6bi98xgzn9ivani424j01vffns892";
+    sha256 = "028hzdv11hgvcpc36q5scf4nw1256qswh37xhfn5a0iv7wycmnif";
   };
 
   meta = with stdenv.lib; {