Commit 17014b08 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

doublecmd: 1.0.10 -> 1.0.11

parent 6c5e8bcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "doublecmd";
  version = "1.0.10";
  version = "1.0.11";

  src = fetchFromGitHub {
    owner = "doublecmd";
    repo = "doublecmd";
    rev = "v${finalAttrs.version}";
    hash = "sha256-S30/exZsw9Rs/l5Sml/q7dqUIcS55ZxbLFYv+M9Jr6o=";
    hash = "sha256-UV5LooVkCBzUk9E7dYje6t19HOuMCO8jY+fNGTES0KA=";
  };

  nativeBuildInputs = [