mantra: 2.0 -> 3.1 (#431643)

This commit is contained in:
Fabian Affolter
2025-08-07 11:01:01 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mantra";
version = "2.0";
version = "3.1";
src = fetchFromGitHub {
owner = "MrEmpy";
repo = "Mantra";
tag = "v${version}";
hash = "sha256-fBcoKoTBGCyJS8+mzKXLGxcxmRsCcZFZEyMTnA5Rkbw=";
hash = "sha256-DnErXuMbCRK3WxhdyPj0dOUtGnCcmynPk/hYmOsOKVU=";
};
vendorHash = null;