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

flashprint: 5.8.0 -> 5.8.1
This commit is contained in:
OTABI Tomoya 2023-11-05 13:20:37 +09:00 committed by GitHub
commit 292d25e8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flashprint";
version = "5.8.0";
version = "5.8.1";
src = fetchurl {
url = "http://www.ishare3d.com/3dapp/public/FlashPrint-5/FlashPrint/flashprint5_${finalAttrs.version}_amd64.deb";
hash = "sha256-T7NHSTDFqM/LygTU3zO64Ut/tdd3vDPQoZuhAv7PWHU=";
hash = "sha256-X5CsJmJa3qGQxdZ1xg3xoVnIaChzxZ/GaLZFqBE2dIk=";
};
nativeBuildInputs = [ dpkg autoPatchelfHook wrapQtAppsHook ];