megatools: 1.11.4 -> 1.11.5 (#424470)

This commit is contained in:
Aleksana 2025-07-25 10:59:06 +08:00 committed by GitHub
commit 11de43eb0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,12 +16,12 @@
stdenv.mkDerivation rec {
pname = "megatools";
version = "1.11.4";
version = "1.11.5";
src = fetchgit {
url = "https://xff.cz/git/megatools";
rev = version;
hash = "sha256-pF87bphrlI0VYFXD8RMztGr+NqBSL6np/cldCbHiK7A=";
hash = "sha256-XOGjdvMw8wfhBwyOBnQqiiJeOGvYXKMYxiJ6BZeEwDQ=";
};
nativeBuildInputs = [