Unverified Commit 6c38dec9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

doublecmd: 1.1.29 -> 1.1.30 (#460164)

parents ed05d427 8cb3f219
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.29";
  version = "1.1.30";

  src = fetchFromGitHub {
    owner = "doublecmd";
    repo = "doublecmd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-WEBCP5l9XZhule26thiti/NQpT0FPSu7b6ZffouHipQ=";
    hash = "sha256-QEjwZ4jYkmgym4ap7GGD02O2yvEHFOw0jp6f65dfO+w=";
  };

  nativeBuildInputs = [