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

doublecmd: 1.1.7 -> 1.1.8
This commit is contained in:
Mario Rodas
2023-12-28 10:32:55 -05:00
committed by GitHub
+2 -2
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 = [