Merge pull request #314482 from r-ryantm/auto-update/flashprint

flashprint: 5.8.3 -> 5.8.4
This commit is contained in:
Matthias Beyer
2024-05-26 10:58:38 +02:00
committed by GitHub
@@ -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 ];