antiprism: 0.29 -> 0.30

authored by R. Ryantm and committed by Anderson Torres 95832c28 3a49233b

+2 -2
+2 -2
pkgs/applications/science/geometry/antiprism/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "antiprism"; 11 - version = "0.29"; 11 + version = "0.30"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "antiprism"; 15 15 repo = pname; 16 16 rev = version; 17 - sha256 = "sha256-MHzetkmRDLBXq3KrfXmUhxURY60/Y8z5zQsExT6N4cY="; 17 + sha256 = "sha256-dD3MH+KectuuKOYF7bqWtGsBo5zz+UMyY/io1tgXbgU="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ autoreconfHook ];