doublecmd: 1.1.26 -> 1.1.27

This commit is contained in:
R. Ryantm
2025-07-30 23:11:06 +00:00
parent 6502d5ef75
commit e1ca4fc01c
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.26";
version = "1.1.27";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
tag = "v${finalAttrs.version}";
hash = "sha256-1rUAyI+Qe4I6F1T9KxMxHxedcARav6CE8W5qvWLu8Y0=";
hash = "sha256-YHaxynBIxoirFDKvGEECKIAJezuex3DBoU8snEdbhhg=";
};
nativeBuildInputs = [