Unverified Commit 40b6f24c authored by rewine's avatar rewine Committed by GitHub
Browse files

linyaps-box: 2.1.0 -> 2.1.1 (#451957)

parents f92cc628 5327d94e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "linyaps-box";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "OpenAtom-Linyaps";
    repo = "linyaps-box";
    rev = finalAttrs.version;
    hash = "sha256-Pdhb7dwAabDfhxmEifZblxEi9F4OUIDPx1X07f2AwPE=";
    hash = "sha256-h7tbjIcVgwTw3SLGzJzG17WpDdsCqHD4AXvAFEiwesw=";
  };

  nativeBuildInputs = [