Unverified Commit e2e05c15 authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

doublecmd: 1.1.31 -> 1.1.32 (#477785)

parents 74f94cc7 986429f7
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.31";
  version = "1.1.32";

  src = fetchFromGitHub {
    owner = "doublecmd";
    repo = "doublecmd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aIdjLpfGr98v4i/ssMNPBUJGwugEG612p4LtGUmo3cU=";
    hash = "sha256-9HhFUzj9cSH49Y5mG4V6BDcr5tlQiBd5OW9xlUWrVmI=";
  };

  nativeBuildInputs = [