megatools: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm
2024-10-17 08:10:32 +00:00
parent f67841950f
commit 285787a445
+2 -2
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation rec {
pname = "megatools";
version = "1.11.0";
version = "1.11.1";
src = fetchgit {
url = "https://megous.com/git/megatools";
rev = version;
sha256 = "sha256-Q9hMJBQBenufubbmeAw8Q8w+Oo+UcZLWathKNDwTv3s=";
sha256 = "sha256-AdvQqaRTsKTqdfNfFiWtA9mIPVGuui+Ru9TUARVG0+Q=";
};
nativeBuildInputs = [