Unverified Commit e8fff3c3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

1oom: 1.11.1 -> 1.11.2 (#387411)

parents f819e95a cf4f73e2
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 ];