Unverified Commit d0ba5c0c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

doublecmd: 1.2.3 -> 1.2.4 (#502082)

parents 7d1a1354 76ceff65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "doublecmd";
  version = "1.2.3";
  version = "1.2.4";

  src = fetchFromGitHub {
    owner = "doublecmd";
    repo = "doublecmd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tnPNq6Ms5hzu5FLVg7QCzSMfRbfZ/HRPfitJI6zP8+8=";
    hash = "sha256-VmiL3B4BmbKhk0eWmlKuPuPv6OsUk7DbFNoYGdcpeBM=";
  };

  nativeBuildInputs = [