1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

_1oom: 1.10.1 -> 1.11 (#340437)

This commit is contained in:
Weijia Wang 2024-09-09 19:08:28 +02:00 committed by GitHub
commit 3c5814e3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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