Unverified Commit cf4f73e2 authored by guylamar2006's avatar guylamar2006 Committed by GitHub
Browse files

1oom: 1.11.1 -> 1.11.2

parent fceb1473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "1oom";
  version = "1.11.1";
  version = "1.11.2";

  src = fetchFromGitHub {
    owner = "1oom-fork";
    repo = "1oom";
    tag = "v${version}";
    hash = "sha256-nHg9QPZNl9ieRkn8m+aOhaYg4y2WssYmolj/A5sMvF8=";
    hash = "sha256-xvVl/XzOnItIvW0T3RpQ4tswqANHGWFvwnoY0+uHhx8=";
  };

  nativeBuildInputs = [ autoreconfHook ];