doublecmd: 1.1.25 -> 1.1.26

This commit is contained in:
R. Ryantm
2025-06-10 16:01:07 +00:00
parent c473d4ed67
commit 0e989e7146
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.25";
version = "1.1.26";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-8N1hgbTMIyExZfsxtJAWoT85LaU9pSv7GaXxQYWgEZ4=";
hash = "sha256-1rUAyI+Qe4I6F1T9KxMxHxedcARav6CE8W5qvWLu8Y0=";
};
nativeBuildInputs = [