_1oom: 1.10.1 -> 1.11

This commit is contained in:
t4ccer 2024-09-07 22:25:59 -06:00
parent 142bdf7af8
commit fde9ba189a
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "1oom";
version = "1.10.1";
version = "1.11";
src = fetchFromGitHub {
owner = "1oom-fork";
repo = "1oom";
rev = "refs/tags/v${version}";
hash = "sha256-M8UpdIOOMUMNY0e+Cxx/uoLBWKc2x7cv2d4VyLwcMng=";
hash = "sha256-xEHFuCOyuWmee6kgOc0WUk1iWWFqfFb42F7shGZmutQ=";
};
nativeBuildInputs = [ autoreconfHook ];