1oom: 1.11.1 -> 1.11.2

This commit is contained in:
guylamar2006
2025-03-05 15:35:18 -06:00
committed by GitHub
parent fceb147362
commit cf4f73e270
+2 -2
View File
@@ -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 ];