3
0
Fork 0
forked from mirrors/nixpkgs

slic3r-prusa3d: fix sha256 for version 1.41.1

The release tag was updated a few days after the initial release.
This commit is contained in:
André-Patrick Bubel 2018-11-19 14:09:41 +01:00
parent 6aebaa0427
commit d9a02b82d9
No known key found for this signature in database
GPG key ID: 28925CBA8869FF29

View file

@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "prusa3d";
repo = "Slic3r";
sha256 = "0068wwsjwmnxql7653vy3labcyslzf17kr8xdr4lg2jplm022hvy";
sha256 = "0crjrll8cjpkllval6abrqzvzp8g3rnb4vmwi5vivw0jvdv3w5y7";
rev = "version_${version}";
};