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

antiprism: 0.26 -> 0.29
This commit is contained in:
Artturi
2021-11-02 14:19:37 +02:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "antiprism";
version = "0.26";
version = "0.29";
src = fetchFromGitHub {
owner = "antiprism";
repo = pname;
rev = version;
sha256 = "sha256-5FE6IbYKk7eMT985R9NCX3GDXE8SrdVHFcCpKeJvKtQ=";
sha256 = "sha256-MHzetkmRDLBXq3KrfXmUhxURY60/Y8z5zQsExT6N4cY=";
};
nativeBuildInputs = [ autoreconfHook ];