Commit f9a16f2b authored by Sigmanificient's avatar Sigmanificient
Browse files

_1oom: 1.8.1 -> 1.10.1

parent 9cb99744
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "1oom";
  version = "1.8.1";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = "1oom-fork";
    repo = "1oom";
    rev = "refs/tags/f${version}";
    hash = "sha256-sBVcPR4+MDjyOLgrB4VcVy0cDyyG5MVY9vNhWwqAhBA=";
    rev = "refs/tags/v${version}";
    hash = "sha256-M8UpdIOOMUMNY0e+Cxx/uoLBWKc2x7cv2d4VyLwcMng=";
  };

  nativeBuildInputs = [ autoreconfHook ];