_1oom: 1.11 -> 1.11.1 (#385585)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 04:11:44 +01:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "1oom";
version = "1.11";
version = "1.11.1";
src = fetchFromGitHub {
owner = "1oom-fork";
repo = "1oom";
tag = "v${version}";
hash = "sha256-xEHFuCOyuWmee6kgOc0WUk1iWWFqfFb42F7shGZmutQ=";
hash = "sha256-nHg9QPZNl9ieRkn8m+aOhaYg4y2WssYmolj/A5sMvF8=";
};
nativeBuildInputs = [ autoreconfHook ];