Merge pull request #144226 from r-ryantm/auto-update/antiprism

antiprism: 0.26 -> 0.29

authored by Artturi and committed by GitHub 495f6106 ea0d9f09

+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.26"; 11 + version = "0.29"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "antiprism"; 15 15 repo = pname; 16 16 rev = version; 17 - sha256 = "sha256-5FE6IbYKk7eMT985R9NCX3GDXE8SrdVHFcCpKeJvKtQ="; 17 + sha256 = "sha256-MHzetkmRDLBXq3KrfXmUhxURY60/Y8z5zQsExT6N4cY="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ autoreconfHook ];