doublecmd: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2022-09-12 18:10:20 +00:00
parent 1c0ef46804
commit e7e7e386a8

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "doublecmd";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${version}";
hash = "sha256-aEWu/bRVOwjK6QTWsMntRYwAfjuwo9SNuH4qkQn0mOY=";
hash = "sha256-HscDzeWM9lp6ba+VrXHIFmbWfE8ILg6WDn6q5WCOaOg=";
};
nativeBuildInputs = [