fig2dev: 3.2.9 -> 3.2.9a (#369657)

This commit is contained in:
Thomas Gerbet
2025-01-01 20:46:16 +01:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "fig2dev";
version = "3.2.9";
version = "3.2.9a";
src = fetchurl {
url = "mirror://sourceforge/mcj/fig2dev-${version}.tar.xz";
hash = "sha256-FeJGyNE8xy3iXggxQDitUM59Le+pzxr8Fy/X9ZMgkLE=";
hash = "sha256-YeGFOTF2hS8DuQGzsFsZ+8Wtglj/FC89pucLG4NRMyY=";
};
nativeBuildInputs = [ makeWrapper ];