Unverified Commit 5cbbc3f8 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #206015 from r-ryantm/auto-update/notcurses

notcurses: 3.0.8 -> 3.0.9
parents f03bf68e 8ceb9949
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "notcurses";
  version = "3.0.8";
  version = "3.0.9";

  src = fetchFromGitHub {
    owner = "dankamongmen";
    repo = "notcurses";
    rev = "v${version}";
    sha256 = "sha256-5SNWk1iKDNbyoo413Qvzl2bGaR5Lb+q/UPbPQg7YvRU=";
    sha256 = "sha256-8SJeqLcV4xp968YgGsJccsgpB5wwaJDaoWsaYxf8upM=";
  };

  outputs = [ "out" "dev" ];