prusa-slicer: 2.7.3 -> 2.7.4

This commit is contained in:
Daniel Underwood 2024-04-05 20:23:37 -04:00 committed by Bjørn Forsman
parent 8d935aae93
commit fc01903452
1 changed files with 2 additions and 2 deletions

View File

@ -66,12 +66,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prusa-slicer";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "prusa3d";
repo = "PrusaSlicer";
hash = "sha256-pV9KQlZoCQZWi12VUKntKzFUuZgGpDoh1aNMoAHTbZI=";
hash = "sha256-g2I2l6i/8p8werDs4mDI/lGeDQsma4WSB9vT6OB2LGg=";
rev = "version_${finalAttrs.version}";
};