trimal: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-11-26 12:38:14 +00:00
parent 7e22656f5a
commit 9e4df5e19b
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "trimal";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
repo = "trimal";
owner = "scapella";
rev = "v${version}";
sha256 = "sha256-6GXirih7nY0eD2XS8aplLcYf53EeLuae+ewdUgBiKQQ=";
sha256 = "sha256-ONSkYceCgYGSpABj0iOx6yj2hMyFHqCHflYRW+Q6RVc=";
};
postUnpack = ''