Unverified Commit dcde7946 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #262003 from r-ryantm/auto-update/emptty

emptty: 0.10.0 -> 0.11.0
parents 363a7669 e24eafee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "emptty";
  version = "0.10.0";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "tvrzna";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8JVF3XNNzmcaJCINnv8B6l2IB5c8q/AvGOzwAlIFYq8=";
    hash = "sha256-nReExxLbqlbzx1F1vk8qftWafG8umH988egsalSUals=";
  };

  buildInputs = [ pam libX11 ];