Unverified Commit 3aee4dc3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

doublecmd: 1.1.32 -> 1.2.1 (#479931)

parents 046a9f47 1116fbf2
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.1.32";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "doublecmd";
    repo = "doublecmd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-9HhFUzj9cSH49Y5mG4V6BDcr5tlQiBd5OW9xlUWrVmI=";
    hash = "sha256-/R13Fwn3019uy+UUtih/CLiXHpFBSKKKKVYdOp29eXs=";
  };

  nativeBuildInputs = [