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

doublecmd: 1.1.5 -> 1.1.7
This commit is contained in:
Weijia Wang 2023-12-21 05:52:52 +01:00 committed by GitHub
commit beb0d40f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.5";
version = "1.1.7";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-W0WrI58RgAzxV9WiDAqmz800lcU67uk4IFetUR4Embg=";
hash = "sha256-eY8hYstNJ5RMiz3TUfgPFpvKycxTMVaZ6PE69Glxa0I=";
};
nativeBuildInputs = [