doublecmd: 1.1.18 -> 1.1.19 (#346982)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-08 00:05:33 +00:00 committed by GitHub
commit 36ff971c5e
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.18";
version = "1.1.19";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-1lmDmtvkLMLxvF6ZTOShr5fsYN++Jm6+ngzgFyNjFn4=";
hash = "sha256-3OHlC6+oHB1xW2uYFeQn3paJDvo2PZytdzv98G/qqmg=";
};
nativeBuildInputs = [