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

doublecmd: 1.1.12 -> 1.1.13
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-21 10:22:38 +00:00 committed by GitHub
commit 6160a72672
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.12";
version = "1.1.13";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-8wwYyZ9Uq65jEmgA1yO001YSZuDLnXLrFjK6WIsppwU=";
hash = "sha256-QJPLDqdXttUSeCm1QpQ7oFgvDmzStz9maW0c5xhOLtg=";
};
nativeBuildInputs = [