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

doublecmd: 1.1.16 -> 1.1.17
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-22 02:38:28 +00:00 committed by GitHub
commit e5f8186809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.16";
version = "1.1.17";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-jVK4CKd4QkJp4bu9OrEo8oHxfVpEJd0saSbgc+aeKxU=";
hash = "sha256-TKlhPvfnq62XWTo2twKO8hEjBZW0mWkKruXWhwirtR4=";
};
nativeBuildInputs = [