libhomfly: 1.02r6 -> 1.03

This commit is contained in:
Mauricio Collares
2025-10-27 17:50:34 -03:00
parent 660cd4ab70
commit 42d4f853a0
+4 -2
View File
@@ -3,18 +3,19 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
pkg-config,
boehmgc,
}:
stdenv.mkDerivation rec {
version = "1.02r6";
version = "1.03";
pname = "libhomfly";
src = fetchFromGitHub {
owner = "miguelmarco";
repo = "libhomfly";
rev = version;
sha256 = "sha256-s1Hgy6S9+uREKsgjOVQdQfnds6oSLo5UWTrt5DJnY2s=";
hash = "sha256-lav/c5i4TXiQSp4r376sy7s+xLO85GutTb/UZJ70gh8=";
};
buildInputs = [
@@ -23,6 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
pkg-config
];
doCheck = true;