doublecmd: 1.1.16 -> 1.1.17

This commit is contained in:
R. Ryantm 2024-08-20 01:35:50 +00:00
parent 625941e1a9
commit 2b28845f00

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 = [