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

doublecmd: 1.1.13 -> 1.1.14
This commit is contained in:
Jörg Thalheim 2024-05-07 09:01:05 +02:00 committed by GitHub
commit b009fbe864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.13";
version = "1.1.14";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-QJPLDqdXttUSeCm1QpQ7oFgvDmzStz9maW0c5xhOLtg=";
hash = "sha256-2ZFLQoz25q3uwjQkogSyuLxSNJQ6Gh553Yj4zl70jno=";
};
nativeBuildInputs = [