Unverified Commit 2b43ce9d authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

emptty: 0.12.1 -> 0.13.0 (#337468)

parents c93e41c5 ad56f28d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "emptty";
  version = "0.12.1";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "tvrzna";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9qNAQBmcFKPpJ+AqfOy3emA1fvqI/XaT39KwI5fpXHU=";
    hash = "sha256-xZfR4sn20fDaTNAxuxVflpr+8AFg5Z7vesO7P8Jxw6A=";
  };

  buildInputs = [ pam libX11 ];