zile: 2.6.2 -> 2.6.3 (#389404)

This commit is contained in:
Pascal Wittmann
2025-03-22 22:15:30 +01:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "zile";
version = "2.6.2";
version = "2.6.3";
src = fetchurl {
url = "mirror://gnu/zile/${pname}-${version}.tar.gz";
hash = "sha256-d+t9r/PJi9yI2qGsBA3MynK4HcMvwxZuB53Xpj5Cx0E=";
hash = "sha256-ZnILBiwVCiqW+igx9Vz5XfohycLWwEh/qSpaHkB0AG8=";
};
buildInputs = [