Merge pull request #290478 from r-ryantm/auto-update/doublecmd

doublecmd: 1.1.9 -> 1.1.10
This commit is contained in:
Nikolay Korotkiy
2024-02-23 04:40:50 +04:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.9";
version = "1.1.10";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-NgCN72yACSzsnQdDxBM4QQCE8m5+FT31Ia51yEiXBfY=";
hash = "sha256-vRB4qUws3kqCf7gp8Lzt8e9p68FaAfQyFHj4oJS9QtI=";
};
nativeBuildInputs = [