emptty 0.9.0 -> 0.9.1 https://github.com/tvrzna/emptty/releases attrpath: emptty Checking auto update branch... No auto update branch exists Old version 0.9.0" not present in master derivation file with contents: { buildGoModule , fetchFromGitHub , lib , libX11 , pam , stdenv }: buildGoModule rec { pname = "emptty"; version = "0.9.1"; src = fetchFromGitHub { owner = "tvrzna"; repo = pname; rev = "v${version}"; hash = "sha256-CbTPJgnKMWMXdG6Hr8xT9ae4Q9MxAfhITn5WSCzCmI4="; }; buildInputs = [ pam libX11 ]; vendorHash = "sha256-tviPb05puHvBdDkSsRrBExUVxQy+DzmkjB+W9W2CG4M="; meta = with lib; { description = "Dead simple CLI Display Manager on TTY"; homepage = "https://github.com/tvrzna/emptty"; license = licenses.mit; maintainers = with maintainers; [ urandom ]; # many undefined functions broken = stdenv.isDarwin; }; }