Commit c3aebe63 authored by Antti Keränen's avatar Antti Keränen Committed by Anderson Torres
Browse files

replxx: unstable-2023-01-21 -> unstable-2023-02-26

parent d2b9778f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenvNoCC.mkDerivation {
  pname = "replxx";
  version = "unstable-2023-01-21";
  version = "unstable-2023-02-26";

  src = fetchFromGitHub {
    owner = "dzaima";
    repo = "replxx";
    rev = "eb6bcecff4ca6051120c99e9dd64c3bd20fcc42f";
    hash = "sha256-cb486FGF+4sUxgBbRfnbTTnZn2WQ3p93fSwDRCEtFJg=";
    rev = "1da4681a8814366ec51e7630b76558e53be0997d";
    hash = "sha256-Zs7ItuK31n0VSxwOsPUdZZLr68PypitZqcydACrx90Q=";
  };

  dontConfigure = true;