Unverified Commit b4af0728 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

doublecmd: 1.2.1 -> 1.2.3 (#491475)

parents 2e6024cc e4f673d1
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.1";
  version = "1.2.3";

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

  nativeBuildInputs = [