trimal: 1.5.0 -> 1.5.1 (#465244)

This commit is contained in:
Aleksana
2025-11-29 14:43:22 +00:00
committed by GitHub
+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 = ''