about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-26 10:58:38 +0200
committerGitHub <noreply@github.com>2024-05-26 10:58:38 +0200
commit99a519def94c5770e2ff85b3f38879860cb13c27 (patch)
tree2bade7e07760be2acf0021984256adeb9255e707 /pkgs
parentd41e98e31abe3f0f37df179ce68fe551f7d0ff41 (diff)
parent5fc469062757548a7adb9240c4ace89f1e9a7d52 (diff)
Merge pull request #314482 from r-ryantm/auto-update/flashprint
flashprint: 5.8.3 -> 5.8.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/flashprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/flashprint/default.nix b/pkgs/applications/misc/flashprint/default.nix
index affc8c5ad2be5..182e219d0e57f 100644
--- a/pkgs/applications/misc/flashprint/default.nix
+++ b/pkgs/applications/misc/flashprint/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "flashprint";
-  version = "5.8.3";
+  version = "5.8.4";
 
   src = fetchurl {
     url = "http://www.ishare3d.com/3dapp/public/FlashPrint-5/FlashPrint/flashprint5_${finalAttrs.version}_amd64.deb";
-    hash = "sha256-6vBEthQD0HM2D+l+2dwWmdU+XPJpcvZQM+2GMuaf5Pw=";
+    hash = "sha256-Gr76yG3Qz7bnbm5YerHbpb+yzqhw1LthUb4qIH03VQw=";
   };
 
   nativeBuildInputs = [ dpkg autoPatchelfHook wrapQtAppsHook ];