megatools: 1.11.0 -> 1.11.1 (#349234)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-10-17 15:13:37 +00:00
committed by GitHub
+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 = [