doublecmd: 1.1.7 -> 1.1.8

This commit is contained in:
R. Ryantm 2023-12-28 09:31:15 +00:00
parent 55b8e90b5f
commit ee5ff73cfb

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.7";
version = "1.1.8";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-eY8hYstNJ5RMiz3TUfgPFpvKycxTMVaZ6PE69Glxa0I=";
hash = "sha256-gUYn1b5X1uP1Ig2u/XiEP6MRhWs2ID64GSdBUSP5YEQ=";
};
nativeBuildInputs = [